From 0133c7c044924e69a8ad6bf28808028dbed73211 Mon Sep 17 00:00:00 2001 From: Piotr Kuczynski Date: Mon, 18 Dec 2023 21:51:05 +0100 Subject: [PATCH] Bump to version 5.1.0 --- CHANGELOG.md | 4 ++-- lib/config/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba05593..8f51ef2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## Next +## 5.1.0 -* Fix conflicts with Rails 7 active_support methods ([#347](https://github.com/rubyconfig/config/pull/339)) +* Fix conflicts with Rails 7 active_support methods ([#347](https://github.com/rubyconfig/config/pull/347)) ## 5.0.0 diff --git a/lib/config/version.rb b/lib/config/version.rb index f6488324..cee248d8 100644 --- a/lib/config/version.rb +++ b/lib/config/version.rb @@ -1,3 +1,3 @@ module Config - VERSION = '5.0.0'.freeze + VERSION = '5.1.0'.freeze end