Skip to content

Commit

Permalink
Bump to version 5.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuczynski committed Sep 23, 2024
1 parent f083d95 commit 25bc414
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## Unreleased
## 5.5.2

* Fix warning: ostruct was loaded from the standard library ([#363](https://github.com/rubyconfig/config/pull/363))
* Fix warning: ostruct was loaded from the standard library with Ruby 3.3.5 and 3.4+ ([#363](https://github.com/rubyconfig/config/pull/363))

## 5.5.1

Expand Down
2 changes: 1 addition & 1 deletion lib/config/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Config
VERSION = '5.5.1'.freeze
VERSION = '5.5.2'.freeze
end

0 comments on commit 25bc414

Please sign in to comment.