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,