diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e7a6ee..e7fe326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.0.4 +### Changed +- Switched to the `nix-paths` library which provides compile-time constants for + the Nix executables instead of relying on findexec and hoping Nix is on the + PATH + ## 1.0.3 ### Added - `readField` implementations for the custom `ParseField` instances to diff --git a/hocker.cabal b/hocker.cabal index d2ed861..22ae970 100644 --- a/hocker.cabal +++ b/hocker.cabal @@ -1,5 +1,5 @@ name: hocker -version: 1.0.3 +version: 1.0.4 synopsis: Interact with the docker registry and generate nix build instructions homepage: https://github.com/awakesecurity/hocker#readme Bug-Reports: https://github.com/awakesecurity/hocker/issues