Skip to content

Commit c833d19

Browse files
committed
release: 5.6.0
1 parent 4dc0f3e commit c833d19

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 5.6.0
4+
5+
* Added `extra_sources` in initializer ([#366](https://github.com/rubyconfig/config/pull/366))
6+
37
## 5.5.2
48

59
* 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))

lib/config/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Config
2-
VERSION = '5.5.2'.freeze
2+
VERSION = '5.6.0'.freeze
33
end

0 commit comments

Comments
 (0)