diff --git a/changelog.md b/changelog.md index f97b5eb..67412b6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +# 1.0.0.2 + ++ Bump hspec. + # 1.0.0.1 + Remove HUnit dep. diff --git a/hjsonpointer.cabal b/hjsonpointer.cabal index 01a6f7f..0b68d0c 100644 --- a/hjsonpointer.cabal +++ b/hjsonpointer.cabal @@ -1,5 +1,5 @@ name: hjsonpointer -version: 1.0.0.1 +version: 1.0.0.2 synopsis: JSON Pointer library homepage: https://github.com/seagreen/hjsonpointer license: MIT @@ -53,7 +53,7 @@ test-suite unit , unordered-containers , text , vector - , hspec >= 2.2 && < 2.3 + , hspec >= 2.2 && < 2.4 , http-types >= 0.8 && < 0.10 source-repository head