From ea392fc7a3273432a86f306659657b37f7bd6dc9 Mon Sep 17 00:00:00 2001 From: Carlos Andres Bolanos Date: Sat, 15 Jun 2024 13:28:39 +0200 Subject: [PATCH] Release v2.6.2 --- CHANGELOG.md | 15 +++++++++++++++ mix.exs | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 752685f6..474f2648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,21 @@ 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.6.2](https://github.com/cabol/nebulex/tree/v2.6.2) (2024-06-15) + +[Full Changelog](https://github.com/cabol/nebulex/compare/v2.6.1...v2.6.2) + +**Closed issues:** + +- Having a cache per user ID + [#224](https://github.com/cabol/nebulex/issues/224) + +**Merged pull requests:** + +- Fix some compiler warnings in Elixir 1.17 + [#222](https://github.com/cabol/nebulex/pull/222) + ([peaceful-james](https://github.com/peaceful-james)) + ## [v2.6.1](https://github.com/cabol/nebulex/tree/v2.6.1) (2024-02-24) [Full Changelog](https://github.com/cabol/nebulex/compare/v2.6.0...v2.6.1) diff --git a/mix.exs b/mix.exs index f5bed9fc..f2df2147 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Nebulex.MixProject do use Mix.Project @source_url "https://github.com/cabol/nebulex" - @version "2.6.1" + @version "2.6.2" def project do [