From 9ae1917331ea7fcdf6c35b867511056edd5b298d Mon Sep 17 00:00:00 2001 From: orthros Date: Fri, 26 Jan 2018 12:22:26 -0600 Subject: [PATCH] Updated CHANGELOG.md with appropriate version changes --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d038de44..27bce486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,25 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] -## [1.2.2] - 2018-01-26 +## [1.2.3] - 2018-01-26 ### Added - This Changelog! ### Changed - Author email +## [1.2.2] - 2017-01-26 +### Changed +- Dependencies were updated to more permissive versions by @jarontai + +### Added +- Example by @jarontai +- More Entities and types are exported by @jarontai + +### Fixed +- Issue with case sensitivity in switch statements from @jarontai +- Issue with Async Loops from @jarontai + ## [1.2.1] - 2017-05-28 ### Fixed - Made code in line with Dart styleguide