We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c12f89 + b78e82c commit 08ec5d7Copy full SHA for 08ec5d7
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## [v2.6.0](https://github.com/infinum/enumerations/tree/v2.6.0) (2024-10-22)
4
+[Full Changelog](https://github.com/infinum/enumerations/compare/v2.5.4...v2.6.0)
5
+
6
+**Implemented enhancements:**
7
8
+- Add ability to specify foreign key suffix on enum class.
9
10
## [v2.5.4](https://github.com/infinum/enumerations/tree/v2.5.4) (2023-01-09)
11
[Full Changelog](https://github.com/infinum/enumerations/compare/v2.5.3...v2.5.4)
12
lib/enumerations/version.rb
@@ -1,3 +1,3 @@
module Enumerations
- VERSION = '2.5.4'.freeze
+ VERSION = '2.6.0'.freeze
end
0 commit comments