Skip to content

Commit 2d7f821

Browse files
committed
Bump to 1.1.1
1 parent c83551c commit 2d7f821

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## [Unreleased]
22

3+
## [1.1.1] - 2022-10-08
4+
35
- Change owner method define from `self.calss.define_method` to `self.define_singleton_method`
46

57
## [1.1.0] - 2022-10-08

lib/active_method/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActiveMethod
4-
VERSION = "1.1.0"
4+
VERSION = "1.1.1"
55
end

0 commit comments

Comments
 (0)