Skip to content

Commit

Permalink
Merge pull request #330 from inaka/harenson.version-bump-to-0-7-6
Browse files Browse the repository at this point in the history
Bump version to 0.7.6
  • Loading branch information
harenson committed Dec 3, 2017
2 parents 30eb43a + e007545 commit 0d0a42f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [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:**

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

## [0.7.5](https://github.com/inaka/sumo_db/tree/0.7.5) (2017-07-20)
[Full Changelog](https://github.com/inaka/sumo_db/compare/0.7.4...0.7.5)

**Merged pull requests:**

- Version Bump to 0.7.5 [\#325](https://github.com/inaka/sumo_db/pull/325) ([cabol](https://github.com/cabol))
- Version Bump to 0.7.4.1 [\#324](https://github.com/inaka/sumo_db/pull/324) ([cabol](https://github.com/cabol))

## [0.7.4](https://github.com/inaka/sumo_db/tree/0.7.4) (2017-07-19)
[Full Changelog](https://github.com/inaka/sumo_db/compare/0.7.3...0.7.4)

Expand All @@ -10,6 +26,7 @@

**Merged pull requests:**

- Version Bump to 0.7.4 [\#323](https://github.com/inaka/sumo_db/pull/323) ([cabol](https://github.com/cabol))
- \[\#321\] In `sumo\_store` add `handle\_info` and `terminate` as optional callbacks [\#322](https://github.com/inaka/sumo_db/pull/322) ([cabol](https://github.com/cabol))

## [0.7.3](https://github.com/inaka/sumo_db/tree/0.7.3) (2017-07-12)
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.7.5"},
{vsn, "0.7.6"},
{id, "sumo_db"},
{registered, []},
{applications, [
Expand Down

0 comments on commit 0d0a42f

Please sign in to comment.