Skip to content

Commit

Permalink
Merge pull request #143 from inaka/elbrujohalcon.143.bump_version_to_…
Browse files Browse the repository at this point in the history
…4_0_0

Bump Version to 4.0.0
  • Loading branch information
elbrujohalcon authored Jul 18, 2018
2 parents ff46635 + cb2497a commit d391e4e
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,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)

Expand All @@ -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))
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, "3.1.1"}
, {vsn, "4.0.0"}
, {id, "worker_pool"}
, {registered, []}
, {modules, []}
Expand Down

0 comments on commit d391e4e

Please sign in to comment.