File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-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_redis_adapter/tree/v2.1.0 ) (2021-05-15)
8+
9+ [ Full Changelog] ( https://github.com/cabol/nebulex_redis_adapter/compare/v2.0.0...v2.1.0 )
10+
11+ ** Added features:**
12+
13+ - Instrument the adapter with Telemetry events
14+ [ #27 ] ( https://github.com/cabol/nebulex_redis_adapter/issues/27 )
15+
16+ ** Merged pull requests:**
17+
18+ - Fix Small Typo on ` NebulexRedisAdapter.fix_ttl/1 `
19+ [ #26 ] ( https://github.com/cabol/nebulex_redis_adapter/pull/26 )
20+ ([ lucas-cegatti] ( https://github.com/lucas-cegatti ) )
21+
322## [ v2.0.0] ( https://github.com/cabol/nebulex_redis_adapter/tree/v2.0.0 ) (2021-02-20)
423
524[ Full Changelog] ( https://github.com/cabol/nebulex_redis_adapter/compare/v2.0.0-rc.1...v2.0.0 )
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Add `nebulex_redis_adapter` to your list of dependencies in `mix.exs`:
2626``` elixir
2727defp deps do
2828 [
29- {:nebulex_redis_adapter , " ~> 2.0.0 " },
29+ {:nebulex_redis_adapter , " ~> 2.1 " },
3030 {:crc , " ~> 0.10" }, # => Needed when using Redis Cluster
3131 {:jchash , " ~> 0.1.2" } # => Needed when using consistent-hashing
3232 ]
You can’t perform that action at this time.
0 commit comments