Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitsutoshi Aoe committed Jul 18, 2014
2 parents 5b85fa2 + 04abe32 commit 6f8444b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.5.1 - 2014-07-18

* Export `InfluxException` from `Database.InfluxDB`

## v0.5.0 - 2014-07-18

* Add `InfluxException` type and use it when decoding JSON or SeriesData (#12)
Expand Down
4 changes: 2 additions & 2 deletions influxdb.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: influxdb
version: 0.5.0
version: 0.5.1
synopsis: Haskell client library for InfluxDB
description: Haskell client library for InfluxDB
homepage: https://github.com/maoe/influxdb-haskell
Expand Down Expand Up @@ -141,5 +141,5 @@ source-repository head

source-repository this
type: git
tag: v0.5.0
tag: v0.5.1
location: https://github.com/maoe/influxdb-haskell.git
3 changes: 3 additions & 0 deletions src/Database/InfluxDB.hs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ module Database.InfluxDB
, Admin(..)
, Ping(..)

-- *** Exception
, InfluxException(..)

-- ** Writing Data

-- *** Updating Points
Expand Down

0 comments on commit 6f8444b

Please sign in to comment.