diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d67ad11 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,59 @@ +# Change Log + +## [1.0.2](https://github.com/inaka/worker_pool/tree/1.0.2) (2015-03-16) + +[Full Changelog](https://github.com/inaka/worker_pool/compare/1.0.1...HEAD) + +**Merged pull requests:** + +- Remove lager runtime dependency [\#21](https://github.com/inaka/worker_pool/pull/21) ([schlagert](https://github.com/schlagert)) + +## [1.0.1](https://github.com/inaka/worker_pool/tree/1.0.1) (2015-02-18) + +[Full Changelog](https://github.com/inaka/worker_pool/compare/1.0...1.0.1) + +**Closed issues:** + +- Add documentation for overrun\_warning and related config options [\#13](https://github.com/inaka/worker_pool/issues/13) + +- Fulfill the open-source checklist [\#7](https://github.com/inaka/worker_pool/issues/7) + +**Merged pull requests:** + +- version bump [\#19](https://github.com/inaka/worker_pool/pull/19) ([elbrujohalcon](https://github.com/elbrujohalcon)) + +- Respect the git://… guideline [\#18](https://github.com/inaka/worker_pool/pull/18) ([elbrujohalcon](https://github.com/elbrujohalcon)) + +- Use ./rebar and $REBAR instead of just rebar [\#17](https://github.com/inaka/worker_pool/pull/17) ([elbrujohalcon](https://github.com/elbrujohalcon)) + +- Contributions from @funbox [\#15](https://github.com/inaka/worker_pool/pull/15) ([elbrujohalcon](https://github.com/elbrujohalcon)) + +- Fixed rebar.config to not use the git account for github. [\#14](https://github.com/inaka/worker_pool/pull/14) ([AxisOfEval](https://github.com/AxisOfEval)) + +- New hidden modules :ghost: [\#12](https://github.com/inaka/worker_pool/pull/12) ([elbrujohalcon](https://github.com/elbrujohalcon)) + +- Enable default\_strategy customization [\#11](https://github.com/inaka/worker_pool/pull/11) ([elbrujohalcon](https://github.com/elbrujohalcon)) + +## [1.0](https://github.com/inaka/worker_pool/tree/1.0) (2014-09-25) + +**Merged pull requests:** + +- Indentation!! [\#9](https://github.com/inaka/worker_pool/pull/9) ([elbrujohalcon](https://github.com/elbrujohalcon)) + +- elvis config for @elvisinaka [\#8](https://github.com/inaka/worker_pool/pull/8) ([elbrujohalcon](https://github.com/elbrujohalcon)) + +- Run elvis. [\#6](https://github.com/inaka/worker_pool/pull/6) ([igaray](https://github.com/igaray)) + +- Fulfill the open-source checklist [\#5](https://github.com/inaka/worker_pool/pull/5) ([elbrujohalcon](https://github.com/elbrujohalcon)) + +- Less restrictive lager version requirement [\#4](https://github.com/inaka/worker_pool/pull/4) ([jfacorro](https://github.com/jfacorro)) + +- R17 ready [\#3](https://github.com/inaka/worker_pool/pull/3) ([elbrujohalcon](https://github.com/elbrujohalcon)) + +- Lager update [\#2](https://github.com/inaka/worker_pool/pull/2) ([elbrujohalcon](https://github.com/elbrujohalcon)) + +- Modified rebar.config to pull lager 2.0.0rc1. [\#1](https://github.com/inaka/worker_pool/pull/1) ([igaray](https://github.com/igaray)) + + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/src/worker_pool.app.src b/src/worker_pool.app.src index 65c9ff4..f4dbb7a 100644 --- a/src/worker_pool.app.src +++ b/src/worker_pool.app.src @@ -15,7 +15,7 @@ {application, worker_pool, [ {description, "Erlang Worker Pool"}, - {vsn, "1.0.1"}, + {vsn, "1.0.2"}, {id, "worker_pool"}, {registered, []}, {applications, [kernel,stdlib]},