Skip to content

Commit

Permalink
Merge pull request #160 from inaka/davecaos.159.Version_bump_to_0.3.7
Browse files Browse the repository at this point in the history
[Fix #159] Version bump to 0.3.7
  • Loading branch information
Brujo Benavides committed May 19, 2015
2 parents fda080e + ca97399 commit b436a34
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Change Log

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

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

**Fixed bugs:**

- UPDATE statement for PostgreSQL is missing commas [\#150](https://github.com/inaka/sumo_db/issues/150)

**Closed issues:**

- Update rebar.config file [\#157](https://github.com/inaka/sumo_db/issues/157)

- Update Gun dependency to 0.1.9 [\#155](https://github.com/inaka/sumo_db/issues/155)

- Please update tirerl [\#154](https://github.com/inaka/sumo_db/issues/154)

- Fix 'sumo\_riak\_store' to export utility functions which are currently private [\#140](https://github.com/inaka/sumo_db/issues/140)

**Merged pull requests:**

- \[Fix \#157\] Update tirerl 0.1.6 version in makefile and rebar.config file [\#158](https://github.com/inaka/sumo_db/pull/158) ([davecaos](https://github.com/davecaos))

- \[Fix \#154\] Update Tirerl dependnecy to 0.1.5 [\#156](https://github.com/inaka/sumo_db/pull/156) ([davecaos](https://github.com/davecaos))

- \[Fixes \#150\] Added commas :boom: [\#151](https://github.com/inaka/sumo_db/pull/151) ([jfacorro](https://github.com/jfacorro))

- Upgrade tirerl to 0.1.4 [\#149](https://github.com/inaka/sumo_db/pull/149) ([elbrujohalcon](https://github.com/elbrujohalcon))

- Fix worker\_pool dep [\#148](https://github.com/inaka/sumo_db/pull/148) ([essen](https://github.com/essen))

- Error using sumo:find to retrieve an inexistent element [\#147](https://github.com/inaka/sumo_db/pull/147) ([elbrujohalcon](https://github.com/elbrujohalcon))

- \[\#ISSUE\] Updated Changelog. [\#144](https://github.com/inaka/sumo_db/pull/144) ([cabol](https://github.com/cabol))

## [0.3.6](https://github.com/inaka/sumo_db/tree/0.3.6) (2015-04-27)

[Full Changelog](https://github.com/inaka/sumo_db/compare/0.3.5...0.3.6)
Expand Down
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.6"},
{vsn, "0.3.7"},
{id, "sumo_db"},
{registered, []},
{applications, [
Expand Down

0 comments on commit b436a34

Please sign in to comment.