Skip to content

Commit

Permalink
Merge pull request #108 from inaka/bump.version.to.2.0.0
Browse files Browse the repository at this point in the history
Bump version to 2.0.0
  • Loading branch information
elbrujohalcon authored Nov 30, 2017
2 parents 1e41fae + fc8a51c commit 962d081
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,30 @@
# Change Log

## [2.0.0](https://github.com/inaka/cowboy_swagger/tree/2.0.0)

[Full Changelog](https://github.com/inaka/cowboy_swagger/compare/1.2.3...2.0.0)

**Closed issues:**

- Public hipchat room [\#105](https://github.com/inaka/cowboy_swagger/issues/105)
- Consider upgrading to cowboy 2 API [\#49](https://github.com/inaka/cowboy_swagger/issues/49)

**Merged pull requests:**

- \[Closes \#49\] Update to Cowboy 2 [\#107](https://github.com/inaka/cowboy_swagger/pull/107) ([jfacorro](https://github.com/jfacorro))
- Update README.md [\#106](https://github.com/inaka/cowboy_swagger/pull/106) ([igaray](https://github.com/igaray))

## [1.2.3](https://github.com/inaka/cowboy_swagger/tree/1.2.3) (2017-06-13)
[Full Changelog](https://github.com/inaka/cowboy_swagger/compare/1.2.2...1.2.3)

**Closed issues:**

- Bump Version to 1.2.3 [\#103](https://github.com/inaka/cowboy_swagger/issues/103)
- Version Bump to 1.2.2 [\#92](https://github.com/inaka/cowboy_swagger/issues/92)

**Merged pull requests:**

- \[Close \#103\] Version Bump to 1.2.3 [\#104](https://github.com/inaka/cowboy_swagger/pull/104) ([Euen](https://github.com/Euen))
- Use minified version of swagger-ui.js [\#102](https://github.com/inaka/cowboy_swagger/pull/102) ([egobrain](https://github.com/egobrain))
- Maintain original order in lists [\#101](https://github.com/inaka/cowboy_swagger/pull/101) ([jfacorro](https://github.com/jfacorro))
- Revert to local schema as default [\#100](https://github.com/inaka/cowboy_swagger/pull/100) ([lucafavatella](https://github.com/lucafavatella))
Expand Down Expand Up @@ -195,4 +211,4 @@



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
2 changes: 1 addition & 1 deletion src/cowboy_swagger.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[
{description,
"Swagger for Cowboy Erlang projects"},
{vsn, "1.2.3"},
{vsn, git},
{applications,
[kernel,
stdlib,
Expand Down

0 comments on commit 962d081

Please sign in to comment.