Skip to content

Commit 61bee72

Browse files
committed
Release 0.2.0.
1 parent 5f310d7 commit 61bee72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Change Log
22
All notable changes to this project are documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/).
33

4-
## [Unreleased]
4+
## [0.2.0] - 2016-09-10
55

66
### Fixed
77
- Fix `queue/initialize!` that fails to create MySQL tables due to index conflict.

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject mysql-queue "0.1.0"
1+
(defproject mysql-queue "0.2.0"
22
:description "A durable queue with scheduled job support that is backed by MySQL."
33
:url "https://github.com/wildbit/mysql-queue"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)