Skip to content

Commit

Permalink
Merge pull request #180 from inaka/dave.Version-bump-0.3.11
Browse files Browse the repository at this point in the history
Version Bump 0.3.11
  • Loading branch information
davecaos committed Jul 29, 2015
2 parents 71b1a6d + debdd2b commit ede3946
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [0.3.11](https://github.com/inaka/sumo_db/tree/HEAD)

[Full Changelog](https://github.com/inaka/sumo_db/compare/0.3.10...HEAD)

**Merged pull requests:**

- \#177 - Fixed issue in sumo\_store\_riak query builder, properly escape/… [\#178](https://github.com/inaka/sumo_db/pull/178) ([cabol](https://github.com/cabol))

## [0.3.10](https://github.com/inaka/sumo_db/tree/0.3.10) (2015-06-25)

[Full Changelog](https://github.com/inaka/sumo_db/compare/0.3.9...0.3.10)
Expand All @@ -10,12 +18,16 @@

**Closed issues:**

- Version Bump to 0.3.10 [\#174](https://github.com/inaka/sumo_db/issues/174)

- Update tirerl [\#166](https://github.com/inaka/sumo_db/issues/166)

- Create a pool of connections in the pgsql backend [\#123](https://github.com/inaka/sumo_db/issues/123)

**Merged pull requests:**

- \[Closes \#174\] Version bump to 0.3.10 [\#175](https://github.com/inaka/sumo_db/pull/175) ([jfacorro](https://github.com/jfacorro))

- \[Closes \#170\] Return new connection per call to sumo\_backend\_pgsql:get\_connection [\#173](https://github.com/inaka/sumo_db/pull/173) ([jfacorro](https://github.com/jfacorro))

## [0.3.9](https://github.com/inaka/sumo_db/tree/0.3.9) (2015-06-15)
Expand Down Expand Up @@ -462,4 +474,4 @@



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion src/sumo_db.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, sumo_db, [
{description, "A simple persistance layer"},
{vsn, "0.3.10"},
{vsn, "0.3.11"},
{id, "sumo_db"},
{registered, []},
{applications, [
Expand Down

0 comments on commit ede3946

Please sign in to comment.