Skip to content

Commit

Permalink
Version bump to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
elbrujohalcon committed Oct 26, 2020
1 parent 791094e commit 2d0952d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
21 changes: 17 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog

## [0.6.0](https://github.com/inaka/erlang-github/tree/0.6.0)
## [0.6.1](https://github.com/inaka/erlang-github/tree/0.6.1) (2020-10-26)

[Full Changelog](https://github.com/inaka/erlang-github/compare/0.6.0...0.6.1)

**Closed issues:**

- Prevent hackney compilation warnings on OTP 23 [\#185](https://github.com/inaka/erlang-github/issues/185)

**Merged pull requests:**

- Prevent hackney compilation warnings on OTP 23 [\#186](https://github.com/inaka/erlang-github/pull/186) ([paulo-ferraz-oliveira](https://github.com/paulo-ferraz-oliveira))

## [0.6.0](https://github.com/inaka/erlang-github/tree/0.6.0) (2020-03-26)

[Full Changelog](https://github.com/inaka/erlang-github/compare/0.5.8...0.6.0)

Expand All @@ -15,6 +27,7 @@

**Merged pull requests:**

- Prepare release 0.6.0 [\#184](https://github.com/inaka/erlang-github/pull/184) ([jfacorro](https://github.com/jfacorro))
- \[\#182\] Replace jiffy with jsx [\#183](https://github.com/inaka/erlang-github/pull/183) ([jfacorro](https://github.com/jfacorro))

## [0.5.8](https://github.com/inaka/erlang-github/tree/0.5.8) (2019-10-02)
Expand Down Expand Up @@ -221,6 +234,7 @@

- \[Fix \#120\] Make egithub works with R19.0.5 by updating lager dep to 3.2.1 version [\#121](https://github.com/inaka/erlang-github/pull/121) ([harenson](https://github.com/harenson))
- \[Fix \#118\] Bump version to 0.2.9 [\#119](https://github.com/inaka/erlang-github/pull/119) ([harenson](https://github.com/harenson))
- \[Fix \#115\] Fix wrong specs according to [email protected] [\#116](https://github.com/inaka/erlang-github/pull/116) ([harenson](https://github.com/harenson))

## [0.2.8](https://github.com/inaka/erlang-github/tree/0.2.8) (2016-07-22)

Expand Down Expand Up @@ -253,7 +267,6 @@

**Merged pull requests:**

- \[Fix \#115\] Fix wrong specs according to [email protected] [\#116](https://github.com/inaka/erlang-github/pull/116) ([harenson](https://github.com/harenson))
- Version Bump to 0.2.6 [\#109](https://github.com/inaka/erlang-github/pull/109) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Add `jiffy` to the applications list [\#108](https://github.com/inaka/erlang-github/pull/108) ([alemata](https://github.com/alemata))

Expand Down Expand Up @@ -348,6 +361,7 @@
**Merged pull requests:**

- \[Fix \#77\] Bump version to 0.1.19 [\#78](https://github.com/inaka/erlang-github/pull/78) ([harenson](https://github.com/harenson))
- \[Fix \#75\] Rename egithub\_webhook:handle\_pull\_request/3 [\#76](https://github.com/inaka/erlang-github/pull/76) ([harenson](https://github.com/harenson))

## [0.1.18](https://github.com/inaka/erlang-github/tree/0.1.18) (2016-01-04)

Expand All @@ -359,7 +373,6 @@

**Merged pull requests:**

- \[Fix \#75\] Rename egithub\_webhook:handle\_pull\_request/3 [\#76](https://github.com/inaka/erlang-github/pull/76) ([harenson](https://github.com/harenson))
- Version Bump to 0.1.18 [\#74](https://github.com/inaka/erlang-github/pull/74) ([elbrujohalcon](https://github.com/elbrujohalcon))
- \[\#71\] Version Bump 0.1.17 [\#72](https://github.com/inaka/erlang-github/pull/72) ([davecaos](https://github.com/davecaos))
- \[\#61\] Upload to hex.pm [\#69](https://github.com/inaka/erlang-github/pull/69) ([davecaos](https://github.com/davecaos))
Expand Down Expand Up @@ -485,7 +498,6 @@

- \[\#30\] Bumped version. [\#32](https://github.com/inaka/erlang-github/pull/32) ([jfacorro](https://github.com/jfacorro))
- \[Closes \#30\] User organisation membership. [\#31](https://github.com/inaka/erlang-github/pull/31) ([jfacorro](https://github.com/jfacorro))
- Handle github rate limits [\#27](https://github.com/inaka/erlang-github/pull/27) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [0.1.8](https://github.com/inaka/erlang-github/tree/0.1.8) (2015-03-04)

Expand All @@ -494,6 +506,7 @@
**Merged pull requests:**

- Version Bump [\#28](https://github.com/inaka/erlang-github/pull/28) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Handle github rate limits [\#27](https://github.com/inaka/erlang-github/pull/27) ([elbrujohalcon](https://github.com/elbrujohalcon))

## [0.1.7](https://github.com/inaka/erlang-github/tree/0.1.7) (2015-02-18)

Expand Down
2 changes: 2 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,5 @@
, {plt_location, local}
, {base_plt_apps, [erts, stdlib, kernel]}
, {base_plt_location, global}]}.

{project_plugins, [rebar3_hex]}.

0 comments on commit 2d0952d

Please sign in to comment.