Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
change upcoming version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flosell committed Apr 12, 2015
1 parent 46a3df6 commit 4177a20
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
Expand Up @@ -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`
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 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"
Expand Down

0 comments on commit 4177a20

Please sign in to comment.