Skip to content

Commit 4de0070

Browse files
committed
Bump to 1.1.0
1 parent 4bac71a commit 4de0070

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.0] - 2022-10-08
4+
35
- Support `module_function`
46

57
## [1.0.0] - 2022-09-16

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

0 commit comments

Comments
 (0)