diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aa7b60..3a3ef4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## [0.1.4](https://github.com/inaka/tirerl/tree/0.1.4) +## [0.1.4](https://github.com/inaka/tirerl/tree/0.1.4) (2015-05-12) [Full Changelog](https://github.com/inaka/tirerl/compare/0.1.3...0.1.4) @@ -10,6 +10,10 @@ **Merged pull requests:** +- Version Bump to 0.1.4 [\#24](https://github.com/inaka/tirerl/pull/24) ([elbrujohalcon](https://github.com/elbrujohalcon)) + +- Rename wpool dep [\#23](https://github.com/inaka/tirerl/pull/23) ([elbrujohalcon](https://github.com/elbrujohalcon)) + - Update LICENSE [\#22](https://github.com/inaka/tirerl/pull/22) ([andresinaka](https://github.com/andresinaka)) - \[\#19\] Updated change log [\#21](https://github.com/inaka/tirerl/pull/21) ([davecaos](https://github.com/davecaos)) @@ -28,6 +32,8 @@ **Merged pull requests:** +- Update dependencies [\#18](https://github.com/inaka/tirerl/pull/18) ([elbrujohalcon](https://github.com/elbrujohalcon)) + - Check elvis run. [\#17](https://github.com/inaka/tirerl/pull/17) ([jfacorro](https://github.com/jfacorro)) - Changed rebar.conf dependencies version tags [\#16](https://github.com/inaka/tirerl/pull/16) ([GuidoRumi](https://github.com/GuidoRumi)) diff --git a/Makefile b/Makefile index e3979d6..78fa7d8 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ DEPS = lager sync jiffy shotgun worker_pool dep_lager = git https://github.com/basho/lager.git 2.1.1 dep_sync = git git://github.com/inaka/sync.git 0.1.3 dep_jiffy = git https://github.com/davisp/jiffy.git 0.13.3 -dep_shotgun = git https://github.com/inaka/shotgun.git 0.1.8 +dep_shotgun = git https://github.com/inaka/shotgun.git 0.1.9 dep_worker_pool = git https://github.com/inaka/worker_pool 1.0.2 DIALYZER_DIRS := ebin/ diff --git a/src/tirerl.app.src b/src/tirerl.app.src index d7e9531..91647cf 100644 --- a/src/tirerl.app.src +++ b/src/tirerl.app.src @@ -2,7 +2,7 @@ [ {description, "Erlang interface to Elastic Search"}, - {vsn, "0.1.4"}, + {vsn, "0.1.5"}, {applications, [kernel, stdlib,