Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
javierav committed Apr 20, 2022
1 parent e814b5c commit fda2153
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## [Unreleased]

## [1.2.1] - 2022-04-20
- Fix accessors creation when result is plain array

## [1.2.0] - 2022-04-20
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GIT
PATH
remote: .
specs:
haku (1.2.0)
haku (1.2.1)
activesupport (>= 6.0, < 8.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/haku/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Haku
module VERSION
MAJOR = 1
MINOR = 2
TINY = 0
TINY = 1
PRE = nil

STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
Expand Down

0 comments on commit fda2153

Please sign in to comment.