diff --git a/CHANGELOG.md b/CHANGELOG.md index f08745f..47cc7e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v.0.4.1] - 2020-06-03 + +## Fixed +- Fixes CreateRecords controller not handling factory attributes correctly. ([#18](github.com/Freshly/stockpot/pull/18/) [dapperDerek]) + + ## [v.0.4.0] - 2020-06-01 ## Added @@ -113,7 +119,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Note: Released from spicerack initially. -[Unreleased]: https://github.com/Freshly/stockpot/compare/v0.2.1...HEAD +[Unreleased]: https://github.com/Freshly/stockpot/compare/v0.4.1...HEAD +[v0.4.1]: https://github.com/Freshly/stockpot/compare/v0.4.0...v0.4.1 +[v0.4.0]: https://github.com/Freshly/stockpot/compare/v0.3.1...v0.4.0 +[v0.3.1]: https://github.com/Freshly/stockpot/compare/v0.3.0...v0.3.1 +[v0.3.0]: https://github.com/Freshly/stockpot/compare/v0.2.1...v0.3.0 [v0.2.1]: https://github.com/Freshly/stockpot/compare/v0.2.0...v0.2.1 [v0.2.0]: https://github.com/Freshly/stockpot/compare/v0.1.6...v0.2.0 [v0.1.6]: https://github.com/Freshly/stockpot/compare/v0.1.5...v0.1.6 diff --git a/lib/stockpot/version.rb b/lib/stockpot/version.rb index 60200d6..6634129 100644 --- a/lib/stockpot/version.rb +++ b/lib/stockpot/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Stockpot - VERSION = "0.4.0" + VERSION = "0.4.1" end