Skip to content

Commit 25bc414

Browse files
committed
Bump to version 5.5.2
1 parent f083d95 commit 25bc414

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## Unreleased
3+
## 5.5.2
44

5-
* Fix warning: ostruct was loaded from the standard library ([#363](https://github.com/rubyconfig/config/pull/363))
5+
* 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))
66

77
## 5.5.1
88

lib/config/version.rb

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

0 commit comments

Comments
 (0)