diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..5634f59 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,26 @@ +# Changelog + +## [v2.0.0](https://github.com/cabol/nebulex_adapters_cachex/tree/v2.0.0) (2021-02-21) + +[Full Changelog](https://github.com/cabol/nebulex_adapters_cachex/compare/099bbcc7446c83f55df04cc77f75f6809c3d579a...v2.0.0) + +**Added features:** + +- Added support for Nebulex v2.0.0. + +**Closed issues:** + +- Implement `Nebulex.Adapter.Persistence` behaviour + [#5](https://github.com/cabol/nebulex_adapters_cachex/issues/5) +- Support distributed adapters with Cachex + [#4](https://github.com/cabol/nebulex_adapters_cachex/issues/4) +- Implement `Nebulex.Adapter.Transaction` behaviour + [#3](https://github.com/cabol/nebulex_adapters_cachex/issues/3) +- Implement `Nebulex.Adapter.Queryable` behaviour + [#2](https://github.com/cabol/nebulex_adapters_cachex/issues/2) +- Implement `Nebulex.Adapter` behaviour + [#1](https://github.com/cabol/nebulex_adapters_cachex/issues/1) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/README.md b/README.md index 6027409..e54f567 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ See the [online documentation](https://hexdocs.pm/nebulex_adapters_cachex/) for more information. -> **NOTE:** This adapter only supports Nebulex v2.0.0 onwards. +**NOTE:** This adapter only supports Nebulex v2.0.0 onwards. ## Installation diff --git a/mix.exs b/mix.exs index 8a449d5..1cf8be2 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule NebulexAdaptersCachex.MixProject do use Mix.Project @source_url "https://github.com/cabol/nebulex_adapters_cachex" - @version "2.0.0-dev" + @version "2.0.0" @nbx_vsn "2.0.0" def project do