diff --git a/CHANGELOG.md b/CHANGELOG.md index dffdc7f..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 @@ -21,6 +23,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Add events for device deletion started and finished. - Add event for device registration. +## [1.2.2-rc.0] - 2026-04-08 + ## [1.2.1] - 2026-03-06 ### 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,