Skip to content

Commit

Permalink
Release v2.0.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
cabol committed Feb 21, 2021
1 parent edf356f commit 206dff6
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 206dff6

Please sign in to comment.