Skip to content

Commit bfa493f

Browse files
committed
chore: prepare release 1.3.0-rc.0
Bump version and update CHANGELOG.md Signed-off-by: Arnaldo Cesco <arnaldo.cesco@secomind.com>
1 parent f44f6aa commit bfa493f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ 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.3.0] - Unreleased
7+
## [1.3.0-rc.0] - 2025-11-21
88
### Added
99
- Add the option to enable keepalive for scylladb connections, using the environment variable
1010
`DOCKER_VERNEMQ_ASTARTE_VMQ_PLUGIN__CASSANDRA__ENABLE_KEEPALIVE`. Defaults to `true`
11+
- Devices can now declare support for optional Astarte MQTT v1 features to Astarte via capabilities
1112

1213
## [1.2.1-rc.0] - 2025-08-22
1314
### Changed

mix.exs

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

0 commit comments

Comments
 (0)