Skip to content

Commit e940c76

Browse files
committed
Bump to 1.2.1
1 parent 11c6466 commit e940c76

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

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

3+
## [1.2.1] - 2022-11-21
4+
5+
- Build on main branch
36
## [1.2.0] - 2022-11-21
47

58
- Support `class_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.2.0"
4+
VERSION = "1.2.1"
55
end

0 commit comments

Comments
 (0)