Skip to content

Commit

Permalink
v2.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mobileoverlord committed May 28, 2024
1 parent a01a4c7 commit 7b60858
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# peridiod releases

## v2.5.2

* Enhancement
* Update `key_pair_source` modules `env` and `uboot` to try to decode base64 values

## v2.5.1

* Bug fixes
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 Peridiod.MixProject do
def project do
[
app: :peridiod,
version: "2.5.1",
version: "2.5.2",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 7b60858

Please sign in to comment.