diff options
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rw-r--r-- | propellor.cabal | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5e3c2a58..893498a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +propellor (3.1.1) unstable; urgency=medium + + * Haddock build fix. + Thanks, Sean Whitton + + -- Joey Hess <id@joeyh.name> Thu, 23 Jun 2016 08:12:57 -0400 + propellor (3.1.0) unstable; urgency=medium * Architecture changed from String to an ADT. (API Change) diff --git a/propellor.cabal b/propellor.cabal index dfd51310..dc5390bb 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 3.1.0 +Version: 3.1.1 Cabal-Version: >= 1.8 License: BSD2 Maintainer: Joey Hess <id@joeyh.name> |
