Skip to content

Commit d4079a6

Browse files
committed
Bump to version 5.5.0
1 parent d02bc80 commit d4079a6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## 5.5.0
4+
5+
### New features
6+
7+
* Allow arrays to be passed through env variables ([#354](https://github.com/rubyconfig/config/pull/354))
8+
9+
### Documentation
10+
11+
* Use funding_url rather than post_install_message ([#360](https://github.com/rubyconfig/config/pull/360))
12+
* Fix typos in the tests and documentation ([#359](https://github.com/rubyconfig/config/pull/359))
13+
314
## 5.4.0
415

516
### New features

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.4.0'.freeze
2+
VERSION = '5.5.0'.freeze
33
end

0 commit comments

Comments
 (0)