diff --git a/CHANGELOG.md b/CHANGELOG.md index e7861991..1ab4efd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.8.0 +### Modified +* Fix issue before activating release + ## 0.4.7.0 ### Modified * Fix issue #210 which cuased concurrent deploys to pick only the first target. diff --git a/default.nix b/default.nix index 4e5161c5..d1d83904 100644 --- a/default.nix +++ b/default.nix @@ -6,7 +6,7 @@ }: mkDerivation { pname = "hapistrano"; - version = "0.4.7.0"; + version = "0.4.8.0"; src = ./.; isLibrary = true; isExecutable = true; diff --git a/hapistrano.cabal b/hapistrano.cabal index ac097183..011f79b5 100644 --- a/hapistrano.cabal +++ b/hapistrano.cabal @@ -1,6 +1,6 @@ cabal-version: 1.18 name: hapistrano -version: 0.4.7.0 +version: 0.4.8.0 synopsis: A deployment library for Haskell applications description: .