We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59fffa6 commit ddd3ed6Copy full SHA for ddd3ed6
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 5.4.0
4
+
5
+### New features
6
7
+* Add configuration option `environment` to override the use of `Rails.env` ([#356](https://github.com/rubyconfig/config/pull/356))
8
9
## 5.3.0
10
11
* Remove `dry-validation` from dependencies ([#333](https://github.com/rubyconfig/config/pull/333))
lib/config/version.rb
@@ -1,3 +1,3 @@
module Config
- VERSION = '5.3.0'.freeze
+ VERSION = '5.4.0'.freeze
end
0 commit comments