Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nashby committed Mar 25, 2024
1 parent 47f0dc5 commit 0be5ae0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.8.1 (March 25, 2024)

### bug fix

* Support enumerization of the same attribute in child classes. (by [@nashby](https://github.com/nashby))

## 2.8.0 (March 17, 2024)

### bug fix
Expand Down
2 changes: 1 addition & 1 deletion lib/enumerize/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Enumerize
VERSION = '2.8.0'
VERSION = '2.8.1'
end

0 comments on commit 0be5ae0

Please sign in to comment.