From 49aaf9c041520bb3d1bb02765b060fbd69d9d0ae Mon Sep 17 00:00:00 2001 From: Francesco Noacco Date: Wed, 8 Apr 2026 16:24:42 +0200 Subject: [PATCH] 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,