Skip to content

Commit 7efaed5

Browse files
authored
Merge pull request #91 from noaccOS/push-zvzontxltwok
chore: prepare v1.2.1-rc.0
2 parents 228305e + 6ff6cde commit 7efaed5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [1.2.1-rc.0] - 2025-08-22
8+
### Changed
9+
- BREAKING CHANGE: removed VMQ Plugin and DUP RPCs as they're no longer used in Astarte v1.2.1
10+
711
## [1.2.0] - 2024-07-01
812

913
## [1.2.0-rc.0] - 2024-05-28

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ defmodule Astarte.RPC.Mixfile do
2222
def project do
2323
[
2424
app: :astarte_rpc,
25-
version: "1.2.0",
25+
version: "1.2.1-rc.0",
2626
elixir: "~> 1.15",
2727
build_embedded: Mix.env() == :prod,
2828
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)