From 6e719f7d579fe598c94a23d4e2d969d809d04e3d Mon Sep 17 00:00:00 2001 From: Pete Cornish Date: Thu, 20 Jul 2017 22:43:03 +0100 Subject: [PATCH] Release v0.9.1. --- CHANGELOG.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a58020b0..1bc9701a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,9 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased -### Added -- ... +## [0.9.1] - 2017-07-20 +### Fixed +- Adds a work-around for a message de-duplication bug in the Slack library. ## [0.9.0] - 2017-07-08 ### Added diff --git a/build.gradle b/build.gradle index cd586a06..e19097bb 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ allprojects { - version = '0.9.1-SNAPSHOT' + version = '0.9.1' group = 'com.gatehill.corebot' ext.mavenSnapshotRepository = 's3://gatehillsoftware-maven/snapshots'