diff --git a/CHANGELOG.md b/CHANGELOG.md index c224a1a..decb8d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Change Log +## [2.3.0](https://github.com/inaka/worker_pool/tree/2.3.0) (2017-07-19) +[Full Changelog](https://github.com/inaka/worker_pool/compare/2.2.3...2.3.0) + +**Closed issues:** + +- adding travis [\#109](https://github.com/inaka/worker_pool/issues/109) +- when worker process gen\_server:cast\(self\(\), {connect\_apns}\), it send to wpool\_process [\#108](https://github.com/inaka/worker_pool/issues/108) +- New release to hex.pm [\#101](https://github.com/inaka/worker_pool/issues/101) + +**Merged pull requests:** + +- Remove gen\_fsm support [\#112](https://github.com/inaka/worker_pool/pull/112) ([elbrujohalcon](https://github.com/elbrujohalcon)) +- \[\#109\] Adding Travis [\#110](https://github.com/inaka/worker_pool/pull/110) ([ferigis](https://github.com/ferigis)) +- Remove warnings\_as\_errors compile opt. [\#106](https://github.com/inaka/worker_pool/pull/106) ([kzemek](https://github.com/kzemek)) + ## [2.2.3](https://github.com/inaka/worker_pool/tree/2.2.3) (2017-04-03) [Full Changelog](https://github.com/inaka/worker_pool/compare/2.2.2...2.2.3) @@ -14,6 +29,7 @@ **Merged pull requests:** +- Version Bump to 2.2.3 [\#102](https://github.com/inaka/worker_pool/pull/102) ([elbrujohalcon](https://github.com/elbrujohalcon)) - Misuse of throw\(\) in the interface code [\#100](https://github.com/inaka/worker_pool/pull/100) ([ElectronicRU](https://github.com/ElectronicRU)) - Update Dependencies [\#99](https://github.com/inaka/worker_pool/pull/99) ([elbrujohalcon](https://github.com/elbrujohalcon)) - Added monitoring to sync calls & made all sync calls the same scheme. [\#97](https://github.com/inaka/worker_pool/pull/97) ([ElectronicRU](https://github.com/ElectronicRU)) diff --git a/src/worker_pool.app.src b/src/worker_pool.app.src index bef146b..2766df5 100644 --- a/src/worker_pool.app.src +++ b/src/worker_pool.app.src @@ -17,7 +17,7 @@ { application , worker_pool , [ {description, "Erlang Worker Pool"} - , {vsn, "2.2.3"} + , {vsn, "2.3.0"} , {id, "worker_pool"} , {registered, []} , {modules, []}