From 2326aaeeba1ed182fad0231c7d6c8577f9a1a2da Mon Sep 17 00:00:00 2001 From: frossq Date: Fri, 24 Apr 2026 12:00:06 +0200 Subject: [PATCH] chore: prepare v1.2.2 Signed-off-by: frossq --- CHANGELOG.md | 2 ++ mix.exs | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a88e0..fd11259 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] - 2026-04-24 + ## [1.2.2-rc.0] - 2026-04-08 ## [1.2.1] - 2026-03-06 diff --git a/mix.exs b/mix.exs index 2778fbf..065828b 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.2-rc.0", + version: "1.2.2", elixir: "~> 1.15", build_embedded: Mix.env() == :prod, start_permanent: Mix.env() == :prod,