From ddd3ed64b43e87a54265a2da881c6fbc20e15d3c Mon Sep 17 00:00:00 2001 From: Chris LaRose Date: Sat, 16 Mar 2024 00:57:19 -0700 Subject: [PATCH] Bump to version 5.4.0 --- CHANGELOG.md | 6 ++++++ lib/config/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8cd44cb..6319f40f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.4.0 + +### New features + +* Add configuration option `environment` to override the use of `Rails.env` ([#356](https://github.com/rubyconfig/config/pull/356)) + ## 5.3.0 * Remove `dry-validation` from dependencies ([#333](https://github.com/rubyconfig/config/pull/333)) diff --git a/lib/config/version.rb b/lib/config/version.rb index f29f179a..a4dcdf24 100644 --- a/lib/config/version.rb +++ b/lib/config/version.rb @@ -1,3 +1,3 @@ module Config - VERSION = '5.3.0'.freeze + VERSION = '5.4.0'.freeze end