We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df38d63 + 78b6a9d commit f0c7565Copy full SHA for f0c7565
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-rc.0] 2026-04-08
8
+
9
## [1.2.1] 2026-03-06
10
11
## [1.2.1-rc.1] 2026-02-13
mix.exs
@@ -22,7 +22,7 @@ defmodule Astarte.VMQ.Plugin.Mixfile do
22
def project do
23
[
24
app: :astarte_vmq_plugin,
25
- version: "1.2.1",
+ version: "1.2.2-rc.0",
26
elixir: "~> 1.15",
27
elixirc_paths: elixirc_paths(Mix.env()),
28
start_permanent: Mix.env() == :prod,
0 commit comments