diff --git a/ChangeLog.md b/ChangeLog.md index 4247861d0..cc20361ec 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,16 @@ # ChangeLog hie-bios +## 2020-08-27 - 0.7.0 + +### New Features + +* Allow specifying a stack.yaml for stack configurations [#230](https://github.com/mpickering/hie-bios/pull/230) +* Pass HIE_BIOS_ARG to the dependencies program [#235](https://github.com/mpickering/hie-bios/pull/235) + +### API Changes + +* Change Config CradleType + ## 2020-08-08 - 0.6.3 ### API Addition diff --git a/hie-bios.cabal b/hie-bios.cabal index 4ede3d281..7de4f9ee3 100644 --- a/hie-bios.cabal +++ b/hie-bios.cabal @@ -1,6 +1,6 @@ Cabal-Version: 2.2 Name: hie-bios -Version: 0.6.3 +Version: 0.7.0 Author: Matthew Pickering Maintainer: Matthew Pickering License: BSD-3-Clause