Skip to content

Commit

Permalink
Bump Version to 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Brujo Benavides committed May 28, 2018
1 parent cb299e5 commit 38079ff
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,10 +1,22 @@
# Change Log

## [0.7.7](https://github.com/inaka/sumo_db/tree/0.7.7) (2018-05-28)
[Full Changelog](https://github.com/inaka/sumo_db/compare/0.7.6...0.7.7)

**Closed issues:**

- Upgrade sumo\_db dependencies [\#331](https://github.com/inaka/sumo_db/issues/331)

**Merged pull requests:**

- Upgrade worker\_pool to remove the \(already deprecated\) gen\_fsm warning\(s\) [\#332](https://github.com/inaka/sumo_db/pull/332) ([x80486](https://github.com/x80486))

## [0.7.6](https://github.com/inaka/sumo_db/tree/0.7.6) (2017-12-03)
[Full Changelog](https://github.com/inaka/sumo_db/compare/0.7.5...0.7.6)

**Merged pull requests:**

- Bump version to 0.7.6 [\#330](https://github.com/inaka/sumo_db/pull/330) ([harenson](https://github.com/harenson))
- Fix find\_by when offset is greater than available objects [\#329](https://github.com/inaka/sumo_db/pull/329) ([mvpossum](https://github.com/mvpossum))
- Update README.md [\#328](https://github.com/inaka/sumo_db/pull/328) ([igaray](https://github.com/igaray))

Expand Down
2 changes: 1 addition & 1 deletion src/sumo_db.app.src
@@ -1,6 +1,6 @@
{application, sumo_db, [
{description, "A simple persistance layer"},
{vsn, "0.7.6"},
{vsn, "0.7.7"},
{id, "sumo_db"},
{registered, []},
{applications, [
Expand Down

0 comments on commit 38079ff

Please sign in to comment.