Skip to content

Commit

Permalink
Merge pull request inaka#87 from inaka/hernan.vsn_bump
Browse files Browse the repository at this point in the history
Bumped to 2.2.1
  • Loading branch information
Euen authored Sep 20, 2016
2 parents 32bf6dd + e5650b2 commit 792a0bc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
# Change Log

## [Unreleased](https://github.com/inaka/worker_pool/tree/HEAD)

[Full Changelog](https://github.com/inaka/worker_pool/compare/2.2.0...HEAD)

**Merged pull requests:**

- Added support for multiple overrun handlers and fixed the tests [\#86](https://github.com/inaka/worker_pool/pull/86) ([HernanRivasAcosta](https://github.com/HernanRivasAcosta))

## [2.2.0](https://github.com/inaka/worker_pool/tree/2.2.0) (2016-08-18)
[Full Changelog](https://github.com/inaka/worker_pool/compare/2.1.0...2.2.0)

**Closed issues:**

- Version Bump to 2.2.0 [\#84](https://github.com/inaka/worker_pool/issues/84)
- pool becomes unresponsive [\#81](https://github.com/inaka/worker_pool/issues/81)
- Implement common functions in the gen\_server or gen\_fsm way in a single shared module [\#80](https://github.com/inaka/worker_pool/issues/80)
- Complete coverage for wpool\_fsm\_process [\#79](https://github.com/inaka/worker_pool/issues/79)
- Replace \#wpool by a map [\#77](https://github.com/inaka/worker_pool/issues/77)

**Merged pull requests:**

- \[close \#84\] Version bump 2.2.0 [\#85](https://github.com/inaka/worker_pool/pull/85) ([ferigis](https://github.com/ferigis))
- \[\#80\] Implemented shared functions in shared module. \[Fix \#80\] [\#83](https://github.com/inaka/worker_pool/pull/83) ([ferigis](https://github.com/ferigis))
- fsm coverage \[\#79\] [\#82](https://github.com/inaka/worker_pool/pull/82) ([ferigis](https://github.com/ferigis))

Expand Down
2 changes: 1 addition & 1 deletion src/worker_pool.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{ application
, worker_pool
, [ {description, "Erlang Worker Pool"}
, {vsn, "2.2.0"}
, {vsn, "2.2.1"}
, {id, "worker_pool"}
, {registered, []}
, {modules, []}
Expand Down

0 comments on commit 792a0bc

Please sign in to comment.