From fda3e8257a2b1f535ad2650efa39852b517c3dd7 Mon Sep 17 00:00:00 2001 From: Piotr Kuczynski Date: Thu, 30 May 2024 03:14:41 +0200 Subject: [PATCH] Bump to version 5.5.1 --- CHANGELOG.md | 6 ++++++ lib/config/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba74ebfc..e75c941f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 5.5.1 + +### Documentation + +* Fix funding_url to funding_uri in gemspec ([#361](https://github.com/rubyconfig/config/pull/361)) + ## 5.5.0 ### New features diff --git a/lib/config/version.rb b/lib/config/version.rb index 9b59d24a..86a84e2f 100644 --- a/lib/config/version.rb +++ b/lib/config/version.rb @@ -1,3 +1,3 @@ module Config - VERSION = '5.5.0'.freeze + VERSION = '5.5.1'.freeze end