Skip to content

Commit

Permalink
version bump to 1.1.0
Browse files Browse the repository at this point in the history
for flag changes (potentially breaking change)
  • Loading branch information
courtneycouch committed May 1, 2016
1 parent a00caf0 commit 9154332
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-- 1.1.0 (2016-5-1)
Updated to use modern encoding flags.

Old versions of this library will not be able to read data inserted by this version, but this version will be able to read and decode older data.

See: http://developer.couchbase.com/documentation/server/current/developer-guide/transcoders.html#story-h2-5

-- 1.0.7 (2016-4-18)
Added support for N1QL HTTP request types

Expand Down
2 changes: 1 addition & 1 deletion src/cberl.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{application, cberl,
[
{description, ""},
{vsn, "1.0.7"},
{vsn, "1.1.0"},
{registered, []},
{applications, [
kernel,
Expand Down
2 changes: 1 addition & 1 deletion src/cberl.erl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%%% @version 1.0.5

-module(cberl).
-vsn("1.0.7").
-vsn("1.1.0").
-include("cberl.hrl").

-export([start_link/2, start_link/3, start_link/5, start_link/6, start_link/7]).
Expand Down

0 comments on commit 9154332

Please sign in to comment.