We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49aaf9c commit 2326aaeCopy full SHA for 2326aae
2 files changed
CHANGELOG.md
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
7
+## [1.2.2] - 2026-04-24
8
+
9
## [1.2.2-rc.0] - 2026-04-08
10
11
## [1.2.1] - 2026-03-06
mix.exs
@@ -22,7 +22,7 @@ defmodule Astarte.Core.Mixfile do
22
def project do
23
[
24
app: :astarte_core,
25
- version: "1.2.2-rc.0",
+ version: "1.2.2",
26
elixir: "~> 1.15",
27
build_embedded: Mix.env() == :prod,
28
start_permanent: Mix.env() == :prod,
0 commit comments