diff --git a/changelog.md b/changelog.md index 36fe2c28b312943da8c903c96bca65204f27b639..0c775d34ba70304ae509ca9dda1380bc69e5fc65 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog for [`hpc` package](http://hackage.haskell.org/package/hpc) +## 0.7.0.2 *May 2024* + + * Bump upper bounds of dependencies on base and time libraries. + ## 0.7.0.1 *January 2024* * Bump upper bounds of dependencies on filepath and containers libraries. diff --git a/hpc.cabal b/hpc.cabal index a3d71a43201872ee910509d89d15659b90e9a7a4..13bdb3e1e3e50f6a205591922671a26b33e0ebb3 100644 --- a/hpc.cabal +++ b/hpc.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: hpc -version: 0.7.0.1 +version: 0.7.0.2 -- NOTE: Don't forget to update ./changelog.md license: BSD-3-Clause license-file: LICENSE