We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79d6a5c commit 3ca8206Copy full SHA for 3ca8206
2 files changed
CHANGELOG.md
@@ -2,6 +2,10 @@
2
3
## Unreleased
4
5
+...
6
+
7
+## 1.5.0
8
9
### New features
10
* Add ability to validate config schema ([#155](https://github.com/railsconfig/config/pull/155) thanks to [@ok32](https://github.com/ok32))
11
* Add count to the reserved names list ([#167](https://github.com/railsconfig/config/pull/167) thanks to [@carbonin](https://github.com/carbonin))
lib/config/version.rb
@@ -1,3 +1,3 @@
1
module Config
- VERSION = '1.4.0'
+ VERSION = '1.5.0'
end
0 commit comments