From 85af3d82d54cff4b0b67fd84044d47e015b9b943 Mon Sep 17 00:00:00 2001 From: Brujo Benavides Date: Wed, 4 Jul 2018 17:04:27 -0300 Subject: [PATCH] Bump Version to 3.1.1 --- CHANGELOG.md | 22 ++++++++++++++++++++++ src/worker_pool.app.src | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9cead2..d3e5110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Change Log +## [3.1.1](https://github.com/inaka/worker_pool/tree/3.1.1) (2018-07-04) +[Full Changelog](https://github.com/inaka/worker_pool/compare/3.1.0...3.1.1) + +**Closed issues:** + +- Propagate `killed` reason to clients [\#140](https://github.com/inaka/worker_pool/issues/140) +- gen\_server with send\_after can't work [\#136](https://github.com/inaka/worker_pool/issues/136) +- worker\_pool + apns4erl throw undef error [\#134](https://github.com/inaka/worker_pool/issues/134) +- when the worker return {stop,normal,State} and recv supervisor report [\#133](https://github.com/inaka/worker_pool/issues/133) +- wpool:stop\_sup\_pool\(\) can't fire gen\_server terminate [\#132](https://github.com/inaka/worker_pool/issues/132) +- Bump version to 3.1.0 [\#127](https://github.com/inaka/worker_pool/issues/127) +- wpool:broadcast issue [\#126](https://github.com/inaka/worker_pool/issues/126) + +**Merged pull requests:** + +- Propagate `killed` reason to clients [\#141](https://github.com/inaka/worker_pool/pull/141) ([carlosvarelap](https://github.com/carlosvarelap)) +- fixed function spec [\#139](https://github.com/inaka/worker_pool/pull/139) ([bartekgorny](https://github.com/bartekgorny)) +- Update README.md [\#131](https://github.com/inaka/worker_pool/pull/131) ([igaray](https://github.com/igaray)) +- add erlang 20 for test [\#130](https://github.com/inaka/worker_pool/pull/130) ([getong](https://github.com/getong)) +- Remove repeated "worker" option from wpool:stats/1 output [\#119](https://github.com/inaka/worker_pool/pull/119) ([harenson](https://github.com/harenson)) + ## [3.1.0](https://github.com/inaka/worker_pool/tree/3.1.0) (2017-08-15) [Full Changelog](https://github.com/inaka/worker_pool/compare/3.0.0...3.1.0) @@ -12,6 +33,7 @@ **Merged pull requests:** +- \[\#127\] Bump version to 3.1.0 [\#128](https://github.com/inaka/worker_pool/pull/128) ([Euen](https://github.com/Euen)) - add queue\_type parameter for starting pool to choose whether requests… [\#123](https://github.com/inaka/worker_pool/pull/123) ([jakud](https://github.com/jakud)) - \[Fix \#105\] Add message broadcast feature [\#118](https://github.com/inaka/worker_pool/pull/118) ([harenson](https://github.com/harenson)) diff --git a/src/worker_pool.app.src b/src/worker_pool.app.src index b8cc146..73708dc 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, "3.1.0"} + , {vsn, "3.1.1"} , {id, "worker_pool"} , {registered, []} , {modules, []}