Skip to content

Commit 9fd5d42

Browse files
committed
chore: update changelog with 0.3.1 release
1 parent e872e81 commit 9fd5d42

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.3.1 (2021-11-01)
2+
3+
4+
### Bug Fixes
5+
6+
* **common**: resolver order (e872e8121e824d8c1c7cb73f74d0861767254525)
7+
> The weighting of flag values changed from `flags > config > env-vars` to
8+
> `flags > env-vars > config`. This means values from flags overwrite
9+
> values from env-vars which overwrite values from config.
10+
11+
12+
113
## 0.3.0 (2021-08-11)
214

315

0 commit comments

Comments
 (0)