From 037eb3151bf5e1a5b0bedfcce742323c0e71383e Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Tue, 1 Sep 2015 17:51:33 +0300 Subject: [PATCH] 0.21.0 --- CHANGELOG.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49af603c..f331377f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.21.0-SNAPSHOT +## 0.21.0 (1.9.2016) ### Breaking changes diff --git a/project.clj b/project.clj index e5831165..462d8366 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/ring-swagger "0.21.0-SNAPSHOT" +(defproject metosin/ring-swagger "0.21.0" :description "Swagger Spec for Ring Apps" :url "https://github.com/metosin/ring-swagger" :license {:name "Eclipse Public License"