Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
mnuessler committed May 7, 2016
1 parent 09725c9 commit 11b5c23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning][semver].

## [Unreleased]
## [0.2.0] - 2016-05-07
### Added
- Add convenience functions `measurements` and `series`.
- Support for querying data ([#1][issue-1]).
Expand All @@ -18,7 +18,8 @@ This project adheres to [Semantic Versioning][semver].

[semver]: http://semver.org/

[Unreleased]: https://github.com/mnuessler/influxdb-clojure/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/mnuessler/influxdb-clojure/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/mnuessler/influxdb-clojure/compare/v0.1.0...v0.2.0

[issue-1]: https://github.com/mnuessler/influxdb-clojure/issues/1
[issue-4]: https://github.com/mnuessler/influxdb-clojure/issues/4
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject influxdb/influxdb-clojure "0.2.0-SNAPSHOT"
(defproject influxdb/influxdb-clojure "0.2.0"
:description "Minimalistic InfluxDB client for Clojure, implemented as a wrapper
around the InfluxDB Java client. Compatible with InfluxDB >= 0.9."
:url "https://github.com/mnuessler/influxdb-clojure"
Expand Down

0 comments on commit 11b5c23

Please sign in to comment.