CHANGELOG.md in mistral_client-1.0.0 vs CHANGELOG.md in mistral_client-1.1.0
- old
+ new
@@ -3,10 +3,19 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
+## [1.1.0] - 2017-12-15
+
+### Added
+- Made the input parameter available to execute! so that users can parameterize workflows.
+
+### Changed
+- Fixed transient spec failure in task_spec.rb
+
## 1.0.0 - 2017-10-09
* Initial Release
-[Unreleased]: https://github.com/civisanalytics/mistral_client/compare/v1.0.0...HEAD
+[Unreleased]: https://github.com/civisanalytics/mistral_client/compare/v1.1.0...HEAD
+[1.1.0]: https://github.com/civisanalytics/mistral_client/compare/v1.0.0...v1.1.0