Skip to content

Commit

Permalink
Bump to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hoppergee committed Dec 17, 2024
1 parent 98719d0 commit 9f32d5b
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,5 +1,9 @@
## [Unreleased]

## [1.5.0] - 2024-12-18

- Support inheritance

## [1.4.0] - 2024-06-23

- Support customize method owner name
Expand Down
2 changes: 1 addition & 1 deletion lib/active_method/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module ActiveMethod
VERSION = "1.4.0"
VERSION = "1.5.0"
end

0 comments on commit 9f32d5b

Please sign in to comment.