diff --git a/CHANGELOG.md b/CHANGELOG.md index ace8a5c..ce4c6ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [0.8.1] - 2022-04-29 + +- Update dependencies + ## [0.8.0] - 2022-03-01 - Update `rustler` to 0.24 @@ -105,8 +109,9 @@ ## [0.1.0] - 2018-03-31 -[unreleased]: https://github.com/adriankumpf/arb-ex/compare/v0.8.0...HEAD -[0.7.0]: https://github.com/adriankumpf/arb-ex/compare/v0.7.0...v0.8.0 +[unreleased]: https://github.com/adriankumpf/arb-ex/compare/v0.8.1...HEAD +[0.8.1]: https://github.com/adriankumpf/arb-ex/compare/v0.8.0...v0.8.1 +[0.8.0]: https://github.com/adriankumpf/arb-ex/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/adriankumpf/arb-ex/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/adriankumpf/arb-ex/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/adriankumpf/arb-ex/compare/v0.4.1...v0.5.0 diff --git a/README.md b/README.md index 1124df4..3b83242 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Add `:arb` to your list of dependencies: ```elixir def deps do [ - {:arb, "~> 0.7"} + {:arb, "~> 0.8"} ] end ``` diff --git a/mix.exs b/mix.exs index 62bc4ff..862c6da 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Arb.MixProject do def project do [ app: :arb, - version: "0.8.0", + version: "0.8.1", elixir: "~> 1.6", start_permanent: Mix.env() == :prod, compilers: Mix.compilers(),