diff --git a/CHANGELOG.md b/CHANGELOG.md index 07918af..1d4b11c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,6 @@ ## [0.9.1](https://github.com/haskell-nix/hnix/compare/0.9.0...0.9.1) (2020-07-13) -* Previous release was `0.9.0`. In new release: - * `builtins.nixVersion` bumped from 2.0 to 2.3 * Documentation improvements for `Nix.{Atoms,Expr.Types}` * Reduced number of dependencies diff --git a/hnix.cabal b/hnix.cabal index 03075da..354e009 100644 --- a/hnix.cabal +++ b/hnix.cabal @@ -1,5 +1,5 @@ name: hnix -version: 0.9.0 +version: 0.9.1 synopsis: Haskell implementation of the Nix language description: Haskell implementation of the Nix language. category: System, Data, Nix