From e76a7cfeb42e5b5dd0e80aab44fee2c5b5e12c66 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Tue, 22 Nov 2016 11:11:14 -0800 Subject: [PATCH] Prepare for 0.4.2 --- changelog.md | 2 ++ rotating-log.cabal | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 0efe83a..a690638 100644 --- a/changelog.md +++ b/changelog.md @@ -1,2 +1,4 @@ +0.4.2 +* Add missing time-locale-compat dependency for test suite. 0.4.1 * Fixed incorrect license file. rotating-log is BSD-3. diff --git a/rotating-log.cabal b/rotating-log.cabal index b4a8cf6..b6157e3 100644 --- a/rotating-log.cabal +++ b/rotating-log.cabal @@ -1,5 +1,5 @@ name: rotating-log -version: 0.4.1 +version: 0.4.2 description: Size-limited, concurrent, automatically-rotating log writer. Synopsis: Size-limited, concurrent, automatically-rotating log writer. license: BSD3