Skip to content

Commit

Permalink
Release v2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cabol committed Jun 15, 2024
1 parent 0a4142d commit ea392fc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
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 Nebulex.MixProject do
use Mix.Project

@source_url "https://github.com/cabol/nebulex"
@version "2.6.1"
@version "2.6.2"

def project do
[
Expand Down

0 comments on commit ea392fc

Please sign in to comment.