We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1795f commit 4845fe0Copy full SHA for 4845fe0
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+### 1.0.0 - 2015-11-13
4
+Release of 1.0.0 :tada:
5
+
6
### 0.12.4 - 2015-10-21
7
Bug fixes
8
- Fixes a bug which made it impossible to override the datetimepicker locale (https://github.com/varvet/godmin/issues/132)
lib/godmin/version.rb
@@ -1,3 +1,3 @@
module Godmin
- VERSION = "0.12.4"
+ VERSION = "1.0.0"
end
0 commit comments