Skip to content

Commit

Permalink
Version updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetahe committed Mar 31, 2024
1 parent 31fe012 commit 47047f4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Change Log
All notable changes to this project will be documented in this file.

## v0.2.2-alpha - YYYY-MM-DD
## v0.2.2-alpha - 2024-03-31
This release introduces process state migration to the next node when the node is shutting down.

Note that it currently only supports the hotswap strategy with graceful shutdown of the node.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ synchronization, distribution and more.
```elixir
def deps do
[
{:process_hub, "~> 0.2.1-alpha"}
{:process_hub, "~> 0.2.2-alpha"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion guides/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ supervision tree.
```elixir
def deps do
[
{:process_hub, "~> 0.2.1-alpha"}
{:process_hub, "~> 0.2.2-alpha"}
]
end
```
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 ProcessHub.MixProject do
def project do
[
app: :process_hub,
version: "0.2.1-alpha",
version: "0.2.2-alpha",
elixir: "~> 1.13",
start_permanent: Mix.env() == :prod,
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit 47047f4

Please sign in to comment.