diff --git a/Elixir/Konex/mix.exs b/Elixir/Konex/mix.exs index 3a31770..5daabdd 100644 --- a/Elixir/Konex/mix.exs +++ b/Elixir/Konex/mix.exs @@ -1,7 +1,7 @@ defmodule ReactiveCommons.MixProject do use Mix.Project - @version "2.0.5" + @version "2.0.6" def project do [ diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6485576..6b34193 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.6](https://github.com/braybatista/Konex/compare/v2.0.5...v2.0.6) (2024-03-14) + + +### Bug Fixes + +* running with multiple jobs 8 ([64bf38f](https://github.com/braybatista/Konex/commit/64bf38f818de6109c40219312d4f9a73c3ecf76d)) + ## [2.0.5](https://github.com/braybatista/Konex/compare/v2.0.4...v2.0.5) (2024-03-14)