diff --git a/debian/changelog b/debian/changelog index 827c798..101ea00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ -propellor (1.1.1) UNRELEASED; urgency=medium +propellor (1.2.0) UNRELEASED; urgency=medium * Display a warning when ensureProperty is used on a property which has Info and is so prevented from propigating it. + * Removed boolProperty; instead the new toResult can be used. (API change) -- Joey Hess Sun, 07 Dec 2014 17:08:55 -0400 diff --git a/propellor.cabal b/propellor.cabal index fb10964..f3f1c53 100644 --- a/propellor.cabal +++ b/propellor.cabal @@ -1,5 +1,5 @@ Name: propellor -Version: 1.1.0 +Version: 1.2.0 Cabal-Version: >= 1.6 License: BSD3 Maintainer: Joey Hess