Skip to content

Commit

Permalink
bump to 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Dec 9, 2014
1 parent 3d17d20 commit 3e9ec88
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
couchbeam NEWS
--------------

version 1.1.5 / 2014-12-09
--------------------------

- improvement: do not force connections options to nodelay
- update to [Hackney](https://github.com/benoitc/hackney) 1.0.4 fix #120
- fix: retry fecthing UUIDS on error (#121)

version 1.1.4 / 2014-12-01
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Copyright (c) 2009-2014 Benoît Chesneau.

__Version:__ 1.1.4
__Version:__ 1.1.5

# couchbeam

Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Copyright (c) 2009-2014 Benoît Chesneau.

__Version:__ 1.1.4
__Version:__ 1.1.5

# couchbeam

Expand Down
2 changes: 1 addition & 1 deletion doc/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


@copyright 2009-2014 Benoît Chesneau.
@version 1.1.4
@version 1.1.5
@title Couchbeam - simple erlang CouchDB library.

@doc
Expand Down
2 changes: 1 addition & 1 deletion src/couchbeam.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{application, couchbeam,
[{description, "Erlang CouchDB client"},
{vsn, "1.1.4"},
{vsn, "1.1.5"},
{modules, []},
{registered, [
couchbeam_sup
Expand Down

0 comments on commit 3e9ec88

Please sign in to comment.