Skip to content

Commit

Permalink
Bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hoppergee committed Oct 8, 2022
1 parent c83551c commit 2d7f821
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

## [1.1.1] - 2022-10-08

- Change owner method define from `self.calss.define_method` to `self.define_singleton_method`

## [1.1.0] - 2022-10-08
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.1.0"
VERSION = "1.1.1"
end

0 comments on commit 2d7f821

Please sign in to comment.