We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a667aeb commit ebf1708Copy full SHA for ebf1708
CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## UNRELEASED
+## 2.4.0 - 2026-03-02
9
10
- Major change: Switch from using `avro_turf` and `proto_turf` to use `schema_registry_client`, which handles both Avro and Protobuf.
11
- Add `registry_url`, `registry_user` and `registry_password` per-topic configuration.
lib/deimos/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Deimos
4
- VERSION = '2.4.0-beta22'
+ VERSION = '2.4.0'
end
0 commit comments