Skip to content

Commit

Permalink
📎 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksei Matiushkin committed Nov 27, 2023
1 parent 5269f05 commit 6eb2d43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ Tarearbol.drain

### Changelog

- **`1.10.3`** OTP27 ready + offloading state in cluster when node goes down
- **`1.10.1`** OTP26 ready
- **`1.10.0`** single global state process in cluster + `put_new/3` to avoid flip-flopping children in cluster
- **`1.8.0`** finally standardized and deprecated multi in favor of normal `put/3`/`get/2`/`del/3`
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Tarearbol.Mixfile do
use Mix.Project

@app :tarearbol
@version "1.10.2"
@version "1.10.3"

def project do
[
Expand Down

0 comments on commit 6eb2d43

Please sign in to comment.