Skip to content

Commit

Permalink
Merge pull request #175 from inaka/jfacorro.174.version_bump
Browse files Browse the repository at this point in the history
[Closes #174] Version bump to 0.3.10
  • Loading branch information
jfacorro committed Jun 25, 2015
2 parents bf05bb0 + b5b8f64 commit 1b7a2ef
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
30 changes: 27 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,35 @@
# Change Log

## [0.3.9](https://github.com/inaka/sumo_db/tree/HEAD)
## [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.8...HEAD)
[Full Changelog](https://github.com/inaka/sumo_db/compare/0.3.9...0.3.10)

**Fixed bugs:**

- Return a different/new connection from pgsql backend [\#170](https://github.com/inaka/sumo_db/issues/170)

**Closed issues:**

- 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 \#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)

[Full Changelog](https://github.com/inaka/sumo_db/compare/0.3.8...0.3.9)

**Closed issues:**

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

**Merged pull requests:**

- \[\#168\] Version Bump to 0.3.9 [\#169](https://github.com/inaka/sumo_db/pull/169) ([davecaos](https://github.com/davecaos))

- \[\#166\] Update Tirerl dependecy to 0.1.7 [\#167](https://github.com/inaka/sumo_db/pull/167) ([davecaos](https://github.com/davecaos))

## [0.3.8](https://github.com/inaka/sumo_db/tree/0.3.8) (2015-05-29)
Expand Down Expand Up @@ -438,4 +462,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.9"},
{vsn, "0.3.10"},
{id, "sumo_db"},
{registered, []},
{applications, [
Expand Down

0 comments on commit 1b7a2ef

Please sign in to comment.