Skip to content

Commit

Permalink
Bump version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Świątkowski committed Oct 16, 2019
1 parent 22ac842 commit b448d60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.1

* Make sure it's using Shrine 2.x, as this does not work with 3.0 (yet)

## 0.4.0

* Added support for Shrine versions 2.7.0 and up, while dropping support for lower versions (@famano, see #6)
Expand Down
2 changes: 1 addition & 1 deletion lib/hanami/shrine/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Hanami
module Shrine
VERSION = '0.4.0'
VERSION = '0.4.1'
end
end

0 comments on commit b448d60

Please sign in to comment.