From 9e10392a36f01278f17abdd75a3081c6d824a4ec Mon Sep 17 00:00:00 2001 From: Parnell Springmeyer Date: Fri, 1 Dec 2017 10:46:42 -0600 Subject: [PATCH] Patch-bump for hocker-manifest fix, add changelog entry (#22) --- CHANGELOG.md | 8 ++++++++ hocker.cabal | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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