Skip to content

Commit

Permalink
Merge pull request #17 from inaka/elbrujohalcon.17.version_bump_to_0_1_0
Browse files Browse the repository at this point in the history
Version bump to 0.1.0
  • Loading branch information
Brujo Benavides committed Dec 2, 2015
2 parents e248a02 + 9d15306 commit 822ebeb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
# Change Log

## [0.1.0](https://github.com/inaka/sumo_rest/tree/0.1.0) (2015-12-02)
[Full Changelog](https://github.com/inaka/sumo_rest/compare/0.0.1...0.1.0)

**Fixed bugs:**

- Invalid Content-Type for error responses [\#14](https://github.com/inaka/sumo_rest/pull/14) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Add 'patch' to the allowed methods in atom\_to\_method [\#13](https://github.com/inaka/sumo_rest/pull/13) ([elbrujohalcon](https://github.com/elbrujohalcon))

**Closed issues:**

- Create a sample application [\#5](https://github.com/inaka/sumo_rest/issues/5)
- Fulfil the open-source checklist [\#1](https://github.com/inaka/sumo_rest/issues/1)

**Merged pull requests:**

- README [\#16](https://github.com/inaka/sumo_rest/pull/16) ([elbrujohalcon](https://github.com/elbrujohalcon))
- \[\#1\] Initial step [\#15](https://github.com/inaka/sumo_rest/pull/15) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Update cowboy-swagger dep and remove the hack [\#12](https://github.com/inaka/sumo_rest/pull/12) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [0.0.1](https://github.com/inaka/sumo_rest/tree/0.0.1) (2015-11-28)
**Merged pull requests:**

- Release Version 0.0.1 [\#11](https://github.com/inaka/sumo_rest/pull/11) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Reach 100% Code Coverage on Tests [\#10](https://github.com/inaka/sumo_rest/pull/10) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Create sumo\_single\_entity\_handler [\#4](https://github.com/inaka/sumo_rest/pull/4) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Create sumo\_entities\_handler [\#3](https://github.com/inaka/sumo_rest/pull/3) ([elbrujohalcon](https://github.com/elbrujohalcon))
Expand Down
2 changes: 1 addition & 1 deletion src/sumo_rest.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, sumo_rest, [
{description, "Generic cowboy handlers to work with Sumo"},
{vsn, "0.0.1"},
{vsn, "0.1.0"},
{id, "sumo_rest"},
{registered, []},
{applications,
Expand Down

0 comments on commit 822ebeb

Please sign in to comment.