Skip to content

Commit fbea6d1

Browse files
committed
Release v2.6.1
1 parent 230f3b9 commit fbea6d1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.6.1](https://github.com/cabol/nebulex/tree/v2.6.1) (2024-02-24)
8+
9+
[Full Changelog](https://github.com/cabol/nebulex/compare/v2.6.0...v2.6.1)
10+
11+
**Merged pull requests:**
12+
13+
- Improve variable handing in key generators
14+
[#221](https://github.com/cabol/nebulex/pull/221)
15+
([hissssst](https://github.com/hissssst))
16+
717
## [v2.6.0](https://github.com/cabol/nebulex/tree/v2.6.0) (2024-01-21)
818

919
[Full Changelog](https://github.com/cabol/nebulex/compare/v2.5.2...v2.6.0)

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.6.0"
5+
@version "2.6.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)