CHANGELOG.md in envied-0.9.2.rc2 vs CHANGELOG.md in envied-0.9.2
- old
+ new
@@ -1,8 +1,16 @@
-## master / unreleased
+## 0.9.2 / 2019-06-29
+* Project moved to GitLab (https://gitlab.com/envied/envied)
* Now requiring Ruby 2.4+ [#48], [#51]
* Removed `coercible` dependency as now all coercion functionality is implemented locally. This is a backwards compatible change. [#49]
+* Lots of refactoring and bringing the project up-to-date
+
+### Deprecated
+
+ * default values
+
+ See https://gitlab.com/envied/envied/tree/0-9-releases#defaults
## 0.9.1 / 2017-07-06
* Updates `envied check:heroku` to support multiline ENV variables [#42](../../pull/42)