Skip to content

Commit 206dff6

Browse files
committed
Release v2.0.0 🚀
1 parent edf356f commit 206dff6

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Changelog
2+
3+
## [v2.0.0](https://github.com/cabol/nebulex_adapters_cachex/tree/v2.0.0) (2021-02-21)
4+
5+
[Full Changelog](https://github.com/cabol/nebulex_adapters_cachex/compare/099bbcc7446c83f55df04cc77f75f6809c3d579a...v2.0.0)
6+
7+
**Added features:**
8+
9+
- Added support for Nebulex v2.0.0.
10+
11+
**Closed issues:**
12+
13+
- Implement `Nebulex.Adapter.Persistence` behaviour
14+
[#5](https://github.com/cabol/nebulex_adapters_cachex/issues/5)
15+
- Support distributed adapters with Cachex
16+
[#4](https://github.com/cabol/nebulex_adapters_cachex/issues/4)
17+
- Implement `Nebulex.Adapter.Transaction` behaviour
18+
[#3](https://github.com/cabol/nebulex_adapters_cachex/issues/3)
19+
- Implement `Nebulex.Adapter.Queryable` behaviour
20+
[#2](https://github.com/cabol/nebulex_adapters_cachex/issues/2)
21+
- Implement `Nebulex.Adapter` behaviour
22+
[#1](https://github.com/cabol/nebulex_adapters_cachex/issues/1)
23+
24+
25+
26+
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
See the [online documentation](https://hexdocs.pm/nebulex_adapters_cachex/)
1313
for more information.
1414

15-
> **NOTE:** This adapter only supports Nebulex v2.0.0 onwards.
15+
**NOTE:** This adapter only supports Nebulex v2.0.0 onwards.
1616

1717
## Installation
1818

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule NebulexAdaptersCachex.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/cabol/nebulex_adapters_cachex"
5-
@version "2.0.0-dev"
5+
@version "2.0.0"
66
@nbx_vsn "2.0.0"
77

88
def project do

0 commit comments

Comments
 (0)