File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
44
55This 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 )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments