Skip to content

Commit

Permalink
[Close #51] Bump Version to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Euen committed Jun 14, 2017
1 parent fc18ee8 commit 9e8f9b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
# Change Log

## [1.0.2](https://github.com/inaka/lasse/tree/1.0.2) (2017-06-14)
[Full Changelog](https://github.com/inaka/lasse/compare/1.0.1...1.0.2)
## [1.1.1](https://github.com/inaka/lasse/tree/1.1.1) (2017-06-14)
[Full Changelog](https://github.com/inaka/lasse/compare/1.0.1...1.1.1)

**Fixed bugs:**

- Fix -callback spec for init [\#36](https://github.com/inaka/lasse/issues/36)

**Closed issues:**

- Bump Version to 1.0.2 [\#49](https://github.com/inaka/lasse/issues/49)
- Move form erlang.mk to rebar3 [\#47](https://github.com/inaka/lasse/issues/47)
- Update repo and make it ready for hex.pm [\#40](https://github.com/inaka/lasse/issues/40)
- Switch build tools to erlang.mk and republish to hex.pm [\#39](https://github.com/inaka/lasse/issues/39)
- Fulfill the open-source checklist [\#18](https://github.com/inaka/lasse/issues/18)

**Merged pull requests:**

- \[Close \#49\] Bump Version to 1.0.2 [\#50](https://github.com/inaka/lasse/pull/50) ([Euen](https://github.com/Euen))
- \[Close \#47\] Move from Erlang.mk to rebar3 and add specs [\#48](https://github.com/inaka/lasse/pull/48) ([Euen](https://github.com/Euen))
- \[Close \#42\] Euen.42.update to cowboy 2 [\#44](https://github.com/inaka/lasse/pull/44) ([Euen](https://github.com/Euen))
- \[Fix \#40\] Update dependencies; Update erlang.mk; Add ruleset to elvis config; Add rebar.config file [\#41](https://github.com/inaka/lasse/pull/41) ([harenson](https://github.com/harenson))
Expand Down
2 changes: 1 addition & 1 deletion src/lasse.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
application, lasse,
[
{description, "Lasse: Server-Sent Event handler for Cowboy."},
{vsn, "1.0.2"},
{vsn, "1.1.1"},
{modules, []},
{applications, [kernel, stdlib, cowboy]},
{registered, []},
Expand Down

0 comments on commit 9e8f9b9

Please sign in to comment.