Skip to content

Commit b12bd5a

Browse files
committed
Release v2.4.2
1 parent 746949e commit b12bd5a

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ 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.4.2](https://github.com/cabol/nebulex/tree/v2.4.2) (2022-11-04)
8+
9+
[Full Changelog](https://github.com/cabol/nebulex/compare/v2.4.1...v2.4.2)
10+
11+
**Closed issues:**
12+
13+
- Adapter configuration per-env?
14+
[#171](https://github.com/cabol/nebulex/issues/171)
15+
- On-change handler for write-through decorators
16+
[#165](https://github.com/cabol/nebulex/issues/165)
17+
- Document test env setup with decorators?
18+
[#155](https://github.com/cabol/nebulex/issues/155)
19+
- Managing Failovers in the cluster
20+
[#131](https://github.com/cabol/nebulex/issues/131)
21+
22+
**Merged pull requests:**
23+
24+
- Make Multilevel adapter apply deletes in reverse order
25+
[#174](https://github.com/cabol/nebulex/pull/174)
26+
([martosaur](https://github.com/martosaur))
27+
- Use import Bitwise instead of use Bitwise
28+
[#172](https://github.com/cabol/nebulex/pull/172)
29+
([ryvasquez](https://github.com/ryvasquez))
30+
- Fix result of getting value by non existent key
31+
[#166](https://github.com/cabol/nebulex/pull/166)
32+
([fuelen](https://github.com/fuelen))
33+
734
## [v2.4.1](https://github.com/cabol/nebulex/tree/v2.4.1) (2022-07-10)
835

936
[Full Changelog](https://github.com/cabol/nebulex/compare/v2.4.0...v2.4.1)

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Nebulex.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/cabol/nebulex"
5-
@version "2.4.1"
5+
@version "2.4.2"
66

77
def project do
88
[

0 commit comments

Comments
 (0)