diff --git a/CHANGELOG.md b/CHANGELOG.md index afae520..2d5f7fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ # Changelog + +## 1.0.1 +### Fixed + +- `hocker-manifest` said it accepted the manifest list media type when + requesting an image manifest for a docker image but it doesn't know what to do + with that, the manifest list accepts string has been removed + ## 1.0.0 - Initial release diff --git a/hocker.cabal b/hocker.cabal index b6a2ca8..2645243 100644 --- a/hocker.cabal +++ b/hocker.cabal @@ -1,5 +1,5 @@ name: hocker -version: 1.0.0 +version: 1.0.1 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