Skip to content

Commit c05be07

Browse files
committed
Release version 1.6.0
1 parent 105c407 commit c05be07

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased
44

5+
...
6+
7+
## 1.6.0
8+
59
### New features
610

711
* `Config#fail_on_missing` option (default `false`) to raise a `KeyError` exception when accessing a non-existing key

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 = '1.5.1'
2+
VERSION = '1.6.0'
33
end

0 commit comments

Comments
 (0)