Skip to content

Commit ddd3ed6

Browse files
committed
Bump to version 5.4.0
1 parent 59fffa6 commit ddd3ed6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

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+
39
## 5.3.0
410

511
* Remove `dry-validation` from dependencies ([#333](https://github.com/rubyconfig/config/pull/333))

lib/config/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Config
2-
VERSION = '5.3.0'.freeze
2+
VERSION = '5.4.0'.freeze
33
end

0 commit comments

Comments
 (0)