From cb2497a78a2d3366b037f838966b37b38f4faa6b Mon Sep 17 00:00:00 2001 From: Brujo Benavides Date: Wed, 18 Jul 2018 07:31:14 -0300 Subject: [PATCH] Bump Version to 4.0.0 --- CHANGELOG.md | 10 ++++++++++ src/worker_pool.app.src | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3e5110..d34a5fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [4.0.0](https://github.com/inaka/worker_pool/tree/4.0.0) (2018-07-18) +[Full Changelog](https://github.com/inaka/worker_pool/compare/3.1.1...4.0.0) + +**Merged pull requests:** + +- Improve function spec in wpool\_sup [\#145](https://github.com/inaka/worker_pool/pull/145) ([michalwski](https://github.com/michalwski)) +- test erlang 21 [\#138](https://github.com/inaka/worker_pool/pull/138) ([getong](https://github.com/getong)) +- Adjust to OTP21 [\#137](https://github.com/inaka/worker_pool/pull/137) ([elbrujohalcon](https://github.com/elbrujohalcon)) + ## [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) @@ -15,6 +24,7 @@ **Merged pull requests:** +- Update dependencies and bump version to 3.1.1 [\#142](https://github.com/inaka/worker_pool/pull/142) ([elbrujohalcon](https://github.com/elbrujohalcon)) - 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)) diff --git a/src/worker_pool.app.src b/src/worker_pool.app.src index 73708dc..a50fa35 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.1"} + , {vsn, "4.0.0"} , {id, "worker_pool"} , {registered, []} , {modules, []}