Skip to content

Commit

Permalink
Updating version and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dapperDerek committed Jun 4, 2020
1 parent 2665d35 commit 7332c88
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -113,7 +119,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Note: Released from spicerack initially.

<!-- Releases -->
[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
Expand Down
2 changes: 1 addition & 1 deletion lib/stockpot/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Stockpot
VERSION = "0.4.0"
VERSION = "0.4.1"
end

0 comments on commit 7332c88

Please sign in to comment.