File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Add `:nebulex_adapters_cachex` to your list of dependencies in `mix.exs`:
2121``` elixir
2222def deps do
2323 [
24- {:nebulex_adapters_cachex , " ~> 2.0 " }
24+ {:nebulex_adapters_cachex , " ~> 2.1 " }
2525 ]
2626end
2727```
You can’t perform that action at this time.
0 commit comments