Skip to content

Commit 49fa29c

Browse files
committed
Release v2.1.0
1 parent 941da5d commit 49fa29c

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
All notable changes to this project will be documented in this file.
4+
5+
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [v2.1.0](https://github.com/cabol/nebulex_adapters_cachex/tree/v2.1.0) (2021-05-15)
8+
9+
[Full Changelog](https://github.com/cabol/nebulex_adapters_cachex/compare/v2.0.0...v2.1.0)
10+
11+
**Added features:**
12+
13+
- Instrument the adapter with Telemetry events
14+
[#6](https://github.com/cabol/nebulex_adapters_cachex/issues/6)
15+
316
## [v2.0.0](https://github.com/cabol/nebulex_adapters_cachex/tree/v2.0.0) (2021-02-21)
417

518
[Full Changelog](https://github.com/cabol/nebulex_adapters_cachex/compare/099bbcc7446c83f55df04cc77f75f6809c3d579a...v2.0.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add `:nebulex_adapters_cachex` to your list of dependencies in `mix.exs`:
2121
```elixir
2222
def deps do
2323
[
24-
{:nebulex_adapters_cachex, "~> 2.0"}
24+
{:nebulex_adapters_cachex, "~> 2.1"}
2525
]
2626
end
2727
```

0 commit comments

Comments
 (0)