From bc03655e97e8a3257606fcabd3b8586b5fcab5e1 Mon Sep 17 00:00:00 2001 From: Derrick Wippler Date: Tue, 19 Jan 2021 09:25:17 -0600 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 4 ++++ version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 3b91526d..64c0b99c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [4.3.2] - 2021-01-19 +### Added +* Added UpdateDomainDkimSelector() + ## [4.3.1] - 2021-01-08 ### Changed * Remove mustache from our list of supported template engines diff --git a/version.go b/version.go index 31feef13..937ab89e 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package mailgun // Version of current release -const Version = "4.3.1" +const Version = "4.3.2"