From f3ec58b948bdeeddd25e780534b5071e747f49c3 Mon Sep 17 00:00:00 2001 From: Evgeny Safronov Date: Wed, 13 Jul 2016 15:18:42 +0300 Subject: [PATCH] version: bump - 1.0.0 --- CHANGELOG.md | 2 +- debian/changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed97a954..cdd0409e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] - The Lich King - YYYY-MM-DD +## [1.0.0] - The Lich King - 2016-07-13 ### Added - The Blackhole is completely rewritten from the scratch, there is no need to duplicate README here. - Integration with CodeCov ([#66]). diff --git a/debian/changelog b/debian/changelog index a85e315a..c20146f6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +blackhole (1.0.0-1) unstable; urgency=low + + * Feature: records can now provide an information whether they were activated. + + -- Evgeny Safronov Wed, 13 Jul 2016 15:16:53 +0300 + blackhole (1.0.0-0rc1) unstable; urgency=low * Break: all category factories now have new API, based on abstract factory