Skip to content

Commit

Permalink
Release v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cabol committed Dec 5, 2021
1 parent c8bb517 commit 9e8d39c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9e8d39c

Please sign in to comment.