Skip to content

Commit ec3a353

Browse files
committed
Preparing for next development iteration, 1.2.0.
1 parent 90bb8a1 commit ec3a353

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.2.0 (Next)
2+
3+
* Your contribution here.
4+
15
### 1.1.0 (2026/6/20)
26

37
* [#56](https://github.com/dblock/ruby-enum/pull/56): Fix `DuplicateKeyError` when the enum class is reloaded - [@flvrone](https://github.com/flvrone).

lib/ruby-enum/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Ruby
44
module Enum
5-
VERSION = '1.1.0'
5+
VERSION = '1.2.0'
66
end
77
end

0 commit comments

Comments
 (0)