Skip to content

Commit

Permalink
[Fix #135] uuid as a required app
Browse files Browse the repository at this point in the history
  • Loading branch information
elbrujohalcon committed Apr 7, 2015
1 parent 248405d commit a18ccca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Change Log

## [Unreleased](https://github.com/inaka/sumo_db/tree/HEAD)
## [0.3.3](https://github.com/inaka/sumo_db/tree/0.3.3) (2015-04-07)

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

**Merged pull requests:**

- Version Bump [\#134](https://github.com/inaka/sumo_db/pull/134) ([elbrujohalcon](https://github.com/elbrujohalcon))

- Calling sumo:persist with a doc with no id field fails [\#133](https://github.com/inaka/sumo_db/pull/133) ([elbrujohalcon](https://github.com/elbrujohalcon))

- Updated changelog [\#132](https://github.com/inaka/sumo_db/pull/132) ([elbrujohalcon](https://github.com/elbrujohalcon))
Expand Down
5 changes: 3 additions & 2 deletions 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.3"},
{vsn, "0.3.4"},
{id, "sumo_db"},
{registered, []},
{applications, [
Expand All @@ -9,7 +9,8 @@
sasl,
lager,
crypto,
worker_pool
worker_pool,
uuid
]},
{modules, []},
{mod, { sumo_app, []}},
Expand Down

0 comments on commit a18ccca

Please sign in to comment.