Skip to content

Commit 0549196

Browse files
committed
Bump to 1.2.0
1 parent 862ee6c commit 0549196

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.0] - 2022-11-21
4+
5+
- Support `class_method`
6+
37
## [1.1.1] - 2022-10-08
48

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

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.1"
4+
VERSION = "1.2.0"
55
end

0 commit comments

Comments
 (0)