We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02bc80 commit d4079a6Copy full SHA for d4079a6
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
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
14
## 5.4.0
15
16
### New features
lib/config/version.rb
@@ -1,3 +1,3 @@
module Config
- VERSION = '5.4.0'.freeze
+ VERSION = '5.5.0'.freeze
end
0 commit comments