Skip to content

Commit

Permalink
[Close #103] Version Bump to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Euen committed Jun 13, 2017
1 parent 2f8258a commit 375e175
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [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:**

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

**Merged pull requests:**

- 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))
- Clean leftovers from jiffy -\> jsx transition [\#99](https://github.com/inaka/cowboy_swagger/pull/99) ([lucafavatella](https://github.com/lucafavatella))
- Plant CI [\#97](https://github.com/inaka/cowboy_swagger/pull/97) ([lucafavatella](https://github.com/lucafavatella))
- \[\#95\] update sync by rebar3\_auto [\#96](https://github.com/inaka/cowboy_swagger/pull/96) ([Euen](https://github.com/Euen))

## [1.2.2](https://github.com/inaka/cowboy_swagger/tree/1.2.2) (2017-01-27)
[Full Changelog](https://github.com/inaka/cowboy_swagger/compare/1.2.1...1.2.2)

Expand All @@ -10,6 +26,7 @@

**Merged pull requests:**

- \[\#92\] Version Bump to 1.2.2 [\#94](https://github.com/inaka/cowboy_swagger/pull/94) ([ferigis](https://github.com/ferigis))
- \[\#89\] upgrade Swagger-UI to 2.2.8 [\#91](https://github.com/inaka/cowboy_swagger/pull/91) ([ferigis](https://github.com/ferigis))
- \[\#86\] Fixing Example [\#90](https://github.com/inaka/cowboy_swagger/pull/90) ([ferigis](https://github.com/ferigis))

Expand Down
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.2"},
{vsn, "1.2.3"},
{applications,
[kernel,
stdlib,
Expand Down

0 comments on commit 375e175

Please sign in to comment.