Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
javierav committed Apr 27, 2022
1 parent 407b195 commit 5ea5a9f
Show file tree
Hide file tree
Showing 2 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.3.0] - 2022-04-27
- Fix accessors creation
- **Breaking**: Remove Rails railtie. Use `include Haku::Controller` in controllers instead.

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

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

0 comments on commit 5ea5a9f

Please sign in to comment.