Skip to content

Commit

Permalink
Version Bump to 0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cabol committed May 29, 2015
1 parent 270e7b2 commit e4ae2be
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
# Change Log

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

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

**Closed issues:**

- Add reference to sumo\_db-sql-extras [\#126](https://github.com/inaka/sumo_db/issues/126)

- Riak backend [\#90](https://github.com/inaka/sumo_db/issues/90)

**Merged pull requests:**

- Fixed issue \#153, escape queries generated by Riak store. [\#161](https://github.com/inaka/sumo_db/pull/161) ([cabol](https://github.com/cabol))

## [0.3.7](https://github.com/inaka/sumo_db/tree/0.3.7) (2015-05-19)

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

**Fixed bugs:**

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

**Closed issues:**

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

- 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)
Expand All @@ -20,6 +36,8 @@

**Merged pull requests:**

- \[Fix \#159\] Version bump to 0.3.7 [\#160](https://github.com/inaka/sumo_db/pull/160) ([davecaos](https://github.com/davecaos))

- \[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))
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.7"},
{vsn, "0.3.8"},
{id, "sumo_db"},
{registered, []},
{applications, [
Expand Down

0 comments on commit e4ae2be

Please sign in to comment.