Skip to content

Commit 2326aae

Browse files
committed
chore: prepare v1.2.2
Signed-off-by: frossq <francesco.asquini@secomind.com>
1 parent 49aaf9c commit 2326aae

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.2.2] - 2026-04-24
8+
79
## [1.2.2-rc.0] - 2026-04-08
810

911
## [1.2.1] - 2026-03-06

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule Astarte.Core.Mixfile do
2222
def project do
2323
[
2424
app: :astarte_core,
25-
version: "1.2.2-rc.0",
25+
version: "1.2.2",
2626
elixir: "~> 1.15",
2727
build_embedded: Mix.env() == :prod,
2828
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)