We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90bb8a1 commit ec3a353Copy full SHA for ec3a353
2 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 1.2.0 (Next)
2
+
3
+* Your contribution here.
4
5
### 1.1.0 (2026/6/20)
6
7
* [#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
@@ -2,6 +2,6 @@
module Ruby
module Enum
- VERSION = '1.1.0'
+ VERSION = '1.2.0'
end
0 commit comments