Skip to content

Commit 79ebdbb

Browse files
committed
Release v2.1.0
1 parent 9083cd7 commit 79ebdbb

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add `nebulex_redis_adapter` to your list of dependencies in `mix.exs`:
2626
```elixir
2727
defp 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
]

0 commit comments

Comments
 (0)