From 9e8d39ce3e87d7e0191dcb50333a7d502bef48b7 Mon Sep 17 00:00:00 2001 From: cabol Date: Sun, 5 Dec 2021 15:31:56 +0100 Subject: [PATCH] Release v2.1.2 --- CHANGELOG.md | 20 ++++++++++++++++++++ mix.exs | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 408cb88..d55e013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v2.1.2](https://github.com/cabol/nebulex_redis_adapter/tree/v2.1.2) (2021-12-05) + +[Full Changelog](https://github.com/cabol/nebulex_redis_adapter/compare/v2.1.1...v2.1.2) + +**Fixed bugs:** + +- Raise an error when pipeline results contains one or more Redis errors + [#33](https://github.com/cabol/nebulex_redis_adapter/issues/33) + +**Closed issues:** + +- Add Support for SSL + [#32](https://github.com/cabol/nebulex_redis_adapter/issues/32) + +**Merged pull requests:** + +- Allow telemetry 1.0 + [#31](https://github.com/cabol/nebulex_redis_adapter/pull/31) + ([bjyoungblood](https://github.com/bjyoungblood)) + ## [v2.1.1](https://github.com/cabol/nebulex_redis_adapter/tree/v2.1.1) (2021-05-24) [Full Changelog](https://github.com/cabol/nebulex_redis_adapter/compare/v2.1.0...v2.1.1) diff --git a/mix.exs b/mix.exs index 6e9ab10..c2623bd 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule NebulexRedisAdapter.MixProject do use Mix.Project @source_url "https://github.com/cabol/nebulex_redis_adapter" - @version "2.1.1" + @version "2.1.2" @nbx_vsn "2.3.0" def project do