Skip to content

Commit 9e8d39c

Browse files
committed
Release v2.1.2
1 parent c8bb517 commit 9e8d39c

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v2.1.2](https://github.com/cabol/nebulex_redis_adapter/tree/v2.1.2) (2021-12-05)
8+
9+
[Full Changelog](https://github.com/cabol/nebulex_redis_adapter/compare/v2.1.1...v2.1.2)
10+
11+
**Fixed bugs:**
12+
13+
- Raise an error when pipeline results contains one or more Redis errors
14+
[#33](https://github.com/cabol/nebulex_redis_adapter/issues/33)
15+
16+
**Closed issues:**
17+
18+
- Add Support for SSL
19+
[#32](https://github.com/cabol/nebulex_redis_adapter/issues/32)
20+
21+
**Merged pull requests:**
22+
23+
- Allow telemetry 1.0
24+
[#31](https://github.com/cabol/nebulex_redis_adapter/pull/31)
25+
([bjyoungblood](https://github.com/bjyoungblood))
26+
727
## [v2.1.1](https://github.com/cabol/nebulex_redis_adapter/tree/v2.1.1) (2021-05-24)
828

929
[Full Changelog](https://github.com/cabol/nebulex_redis_adapter/compare/v2.1.0...v2.1.1)

mix.exs

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

44
@source_url "https://github.com/cabol/nebulex_redis_adapter"
5-
@version "2.1.1"
5+
@version "2.1.2"
66
@nbx_vsn "2.3.0"
77

88
def project do

0 commit comments

Comments
 (0)