diff --git a/CHANGELOG b/CHANGELOG index 9318203f..914b0a25 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.0.1] - 2020-03-10 +### Added +* Added SetTemplateVersion and SetTemplateRenderText methods to Message + ## [4.0.0] - 2020-01-27 ### Changes * Changed `UserVariables` type from `map[string]interface{}` to `interface{}`