Skip to content

Commit

Permalink
Bump v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Mar 31, 2021
1 parent 1d8caca commit 2db307b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.4.1] - [2021-03-31]

### Fixed

- Dependency from hashie updated to allow v4+ (nepalez)

## [0.4.0] - [2020-03-15]

### Added
Expand Down Expand Up @@ -268,3 +274,4 @@ This is a first public release with features extracted from production app.
[0.2.0]: https://github.com/nepalez/fixturama/compare/v0.1.0...v0.2.0
[0.3.0]: https://github.com/nepalez/fixturama/compare/v0.2.0...v0.3.0
[0.4.0]: https://github.com/nepalez/fixturama/compare/v0.3.0...v0.4.0
[0.4.1]: https://github.com/nepalez/fixturama/compare/v0.4.0...v0.4.1
2 changes: 1 addition & 1 deletion lib/fixturama/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Fixturama
# The current version of the gem
VERSION = "0.4.0"
VERSION = "0.4.1"
end

0 comments on commit 2db307b

Please sign in to comment.