Skip to content

Commit

Permalink
Release 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
temochka committed Sep 10, 2016
1 parent 5f310d7 commit 61bee72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project are documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).

## [Unreleased]
## [0.2.0] - 2016-09-10

### Fixed
- Fix `queue/initialize!` that fails to create MySQL tables due to index conflict.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject mysql-queue "0.1.0"
(defproject mysql-queue "0.2.0"
:description "A durable queue with scheduled job support that is backed by MySQL."
:url "https://github.com/wildbit/mysql-queue"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 61bee72

Please sign in to comment.