Skip to content

Commit

Permalink
Merge pull request #221 from inaka/ferigis.217.version_bump_to_2.3.0
Browse files Browse the repository at this point in the history
[#217] Version Bump to 2.3.0
  • Loading branch information
ferigis authored Oct 12, 2018
2 parents 85ba922 + da7e8ca commit 34290fc
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ log/
*_plt
.DS_Store
doc/
codecov.json
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [2.3.0](https://github.com/inaka/apns4erl/tree/2.3.0) (2018-10-12)
[Full Changelog](https://github.com/inaka/apns4erl/compare/2.2.1...2.3.0)

**Closed issues:**

- adding coverage in Travis [\#218](https://github.com/inaka/apns4erl/issues/218)

**Merged pull requests:**

- \[\#218\] integrating with codecov [\#219](https://github.com/inaka/apns4erl/pull/219) ([ferigis](https://github.com/ferigis))
- Test erlang 21 [\#216](https://github.com/inaka/apns4erl/pull/216) ([getong](https://github.com/getong))
- Switch apns to use Gun, add support for CONNECT proxies [\#215](https://github.com/inaka/apns4erl/pull/215) ([essen](https://github.com/essen))

## [2.2.1](https://github.com/inaka/apns4erl/tree/2.2.1) (2018-07-04)
[Full Changelog](https://github.com/inaka/apns4erl/compare/2.2.0...2.2.1)

Expand All @@ -11,6 +24,7 @@

**Merged pull requests:**

- Update dependencies and bump version to 2.2.1 [\#213](https://github.com/inaka/apns4erl/pull/213) ([elbrujohalcon](https://github.com/elbrujohalcon))
- send mandatory headers at top [\#212](https://github.com/inaka/apns4erl/pull/212) ([lazedo](https://github.com/lazedo))
- Update from @andreabenini [\#210](https://github.com/inaka/apns4erl/pull/210) ([elbrujohalcon](https://github.com/elbrujohalcon))
- Update README.md [\#204](https://github.com/inaka/apns4erl/pull/204) ([igaray](https://github.com/igaray))
Expand Down
2 changes: 1 addition & 1 deletion src/apns.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, apns, [
{description, "APNs provider for Apple Push Notification services (APNs) in Erlang. It supports the HTTP2 API."},
{vsn, "2.2.1"},
{vsn, "2.3.0"},
{id, "apns4erl"},
{pkg_name, apns4erl},
{registered, []},
Expand Down

0 comments on commit 34290fc

Please sign in to comment.