From 49aaf9c041520bb3d1bb02765b060fbd69d9d0ae Mon Sep 17 00:00:00 2001 From: Francesco Noacco Date: Wed, 8 Apr 2026 16:24:42 +0200 Subject: [PATCH 1/2] chore: prepare v1.2.2-rc.0 Signed-off-by: Francesco Noacco --- CHANGELOG.md | 2 ++ mix.exs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d27781..97a88e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.2.2-rc.0] - 2026-04-08 + ## [1.2.1] - 2026-03-06 ### Fixed diff --git a/mix.exs b/mix.exs index 31b07b8..2778fbf 100644 --- a/mix.exs +++ b/mix.exs @@ -22,7 +22,7 @@ defmodule Astarte.Core.Mixfile do def project do [ app: :astarte_core, - version: "1.2.1", + version: "1.2.2-rc.0", elixir: "~> 1.15", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod, From 7e8db21f1e9f32bc837d3b675d38fc4fe2f9f14d Mon Sep 17 00:00:00 2001 From: Francesco Noacco Date: Wed, 8 Apr 2026 16:28:53 +0200 Subject: [PATCH 2/2] chore: prepare v1.3.0-rc.2 Signed-off-by: Francesco Noacco --- CHANGELOG.md | 2 ++ mix.exs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb7fa68..086e37e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.3.0-rc.2] - 2026-04-08 + ## [1.3.0-rc.1] - 2026-01-23 ### Fixed diff --git a/mix.exs b/mix.exs index 0bec433..3ce6e98 100644 --- a/mix.exs +++ b/mix.exs @@ -22,7 +22,7 @@ defmodule Astarte.Core.Mixfile do def project do [ app: :astarte_core, - version: "1.3.0-rc.1", + version: "1.3.0-rc.2", elixir: "~> 1.15", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,