From 6b6d5a08819e946364a41dfa67d6c26a51479420 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 8 Dec 2014 01:08:40 -0400 Subject: [PATCH] changelog --- debian/changelog | 3 ++- propellor.cabal | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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