File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and 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
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments