diff --git a/CHANGELOG.md b/CHANGELOG.md index 6389d871..1014fe95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [3.1.1] - 2016-02-02 + +### Changed + +- Rolled back the Token changes for functions (see [#60](https://github.com/MonsantoCo/cloudformation-template-generator/issues/60)) ## [3.1.0] - 2016-01-26 diff --git a/README.md b/README.md index e97b5593..3fa00a32 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ and the dependency ```scala libraryDependencies ++= Seq ( - "com.monsanto.arch" %% "cloud-formation-template-generator" % "3.1.0" + "com.monsanto.arch" %% "cloud-formation-template-generator" % "3.1.1" ).map(_.force()) ```