diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index cc6fb13..858fc43 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,3 +1,8 @@ +0.6.0 +===== + +A PVP-compliant re-release of 0.5.2 with no changes. (I missed a breaking change back in 0.5.1.) + 0.5.2 ===== diff --git a/envparse.cabal b/envparse.cabal index e5b496d..ec55fad 100644 --- a/envparse.cabal +++ b/envparse.cabal @@ -1,5 +1,5 @@ name: envparse -version: 0.5.2 +version: 0.6.0 synopsis: Parse environment variables description: Here's a simple example of a program that uses @envparse@'s parser: @@ -69,7 +69,7 @@ source-repository head source-repository this type: git location: https://github.com/supki/envparse - tag: 0.5.2 + tag: 0.6.0 library default-language: