Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix #78] Bump version to 1.2.0 #81

Merged
merged 1 commit into from
Nov 16, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Change Log

## [1.2.0](https://github.com/inaka/cowboy-swagger/tree/1.2.0) (2016-11-16)
[Full Changelog](https://github.com/inaka/cowboy-swagger/compare/1.1.0...1.2.0)

**Fixed bugs:**

- Broken implementation of jsx [\#79](https://github.com/inaka/cowboy-swagger/issues/79)

**Closed issues:**

- Definitions description in README [\#73](https://github.com/inaka/cowboy-swagger/issues/73)
- Update example to rebar3 [\#72](https://github.com/inaka/cowboy-swagger/issues/72)

**Merged pull requests:**

- fixed dialyser error 'no local return' then definition includes an array [\#80](https://github.com/inaka/cowboy-swagger/pull/80) ([freke](https://github.com/freke))
- \[Close \#72\] update example build tool to rebar3 [\#77](https://github.com/inaka/cowboy-swagger/pull/77) ([Euen](https://github.com/Euen))
- Replace jiffy by jsx [\#76](https://github.com/inaka/cowboy-swagger/pull/76) ([BernardNotarianni](https://github.com/BernardNotarianni))

## [1.1.0](https://github.com/inaka/cowboy-swagger/tree/1.1.0) (2016-08-11)
[Full Changelog](https://github.com/inaka/cowboy-swagger/compare/1.0.3...1.1.0)

Expand All @@ -9,13 +27,15 @@

**Closed issues:**

- Version Bump to 1.1.0 [\#70](https://github.com/inaka/cowboy-swagger/issues/70)
- Move from erlang.mk to rebar3 [\#68](https://github.com/inaka/cowboy-swagger/issues/68)
- Support for definitions and schemas [\#63](https://github.com/inaka/cowboy-swagger/issues/63)
- Hello can this project support the cowboy REST part? [\#61](https://github.com/inaka/cowboy-swagger/issues/61)
- Do whatever it takes to appears cowboy-swagger on "http://swagger.io/open-source-integrations/" [\#16](https://github.com/inaka/cowboy-swagger/issues/16)

**Merged pull requests:**

- \[Close \#70\] version bump 1.1.0 [\#71](https://github.com/inaka/cowboy-swagger/pull/71) ([Euen](https://github.com/Euen))
- \[Close \#68\] replace erlang.mk by rebar3 [\#69](https://github.com/inaka/cowboy-swagger/pull/69) ([Euen](https://github.com/Euen))
- \[Fix \#63\] Add support for definitions and schemas [\#66](https://github.com/inaka/cowboy-swagger/pull/66) ([harenson](https://github.com/harenson))
- Add missing jiffy app in .app.src [\#65](https://github.com/inaka/cowboy-swagger/pull/65) ([jeanparpaillon](https://github.com/jeanparpaillon))
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.1.0"},
{vsn, "1.2.0"},
{applications,
[kernel,
stdlib,
Expand Down