From 4177a203b2068575fac4097aa573a912dea0ba07 Mon Sep 17 00:00:00 2001 From: Florian Sellmayr Date: Sun, 12 Apr 2015 20:50:57 +0200 Subject: [PATCH] change upcoming version to 0.2.0 --- CHANGELOG.md | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ac778b1..c57255a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ However, as this is still an experimental library, breaking changes may occur wi The official release will have a defined and more stable API. If you are already relying on a particular API, please let me know. -## 0.1.2 [wip] +## 0.2.0 * Recording start and update timestamps for every build step * Cleanup old endpoints: `/api/pipeline` and `/api/pipeline-state` diff --git a/project.clj b/project.clj index f0fa5d6a..b3a0bd73 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject lambdacd "0.1.2-SNAPSHOT" +(defproject lambdacd "0.2.0-SNAPSHOT" :description "a library to create a continous delivery pipeline in code" :url "http://github.com/flosell/lambdacd" :license {:name "Apache License, version 2.0"