Skip to content

Commit

Permalink
Merge pull request #319 from inaka/ferigis.318.Version_Bump_to_0.7.3
Browse files Browse the repository at this point in the history
[#318] Version Bump to 0.7.3
  • Loading branch information
ferigis authored Jul 12, 2017
2 parents 4e29689 + d73d7f5 commit 7461e69
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Change Log

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

**Closed issues:**

- How to create your own sumo\_store? [\#313](https://github.com/inaka/sumo_db/issues/313)
- Version Bump to 0.7.2 [\#310](https://github.com/inaka/sumo_db/issues/310)
- Implement `sumo\_changeset` module, analogous to Elixir Ecto Changeset [\#295](https://github.com/inaka/sumo_db/issues/295)

**Merged pull requests:**

- \[\#314\] Adding count\_by function [\#317](https://github.com/inaka/sumo_db/pull/317) ([ferigis](https://github.com/ferigis))
- \[\#313\] Own store example [\#315](https://github.com/inaka/sumo_db/pull/315) ([ferigis](https://github.com/ferigis))

## [0.7.2](https://github.com/inaka/sumo_db/tree/0.7.2) (2017-06-06)
[Full Changelog](https://github.com/inaka/sumo_db/compare/0.7.1...0.7.2)

Expand Down Expand Up @@ -30,6 +44,7 @@

**Merged pull requests:**

- \[\#310\] Version Bump to 0.7.2 [\#311](https://github.com/inaka/sumo_db/pull/311) ([ferigis](https://github.com/ferigis))
- \[\#295\] Implement sumo\_changeset – analogous to Elixir Ecto.Changeset [\#306](https://github.com/inaka/sumo_db/pull/306) ([cabol](https://github.com/cabol))
- \[WIP\] Remove dependency on sasl [\#305](https://github.com/inaka/sumo_db/pull/305) ([lucafavatella](https://github.com/lucafavatella))
- Do not depend on lager [\#304](https://github.com/inaka/sumo_db/pull/304) ([lucafavatella](https://github.com/lucafavatella))
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.2"},
{vsn, "0.7.3"},
{id, "sumo_db"},
{registered, []},
{applications, [
Expand Down

0 comments on commit 7461e69

Please sign in to comment.