Skip to content

Commit

Permalink
v0.7.5 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
mensfeld authored Sep 29, 2023
1 parent 4ab8a4b commit d274ab4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Karafka Web changelog

## 0.7.5 (Unreleased)
## 0.7.5 (2023-09-29)
- [Enhancement] Update order of topics creation for the setup of Web to support zero-downtime setup of Web in running Karafka projects.
- [Enhancement] Add space delimiter to counters numbers to make them look better.
- [Improvement] Normalize per-process job tables and health tables structure (topic name on top).
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
karafka-web (0.7.4)
karafka-web (0.7.5)
erubi (~> 1.4)
karafka (>= 2.2.6, < 3.0.0)
karafka-core (>= 2.2.2, < 3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/karafka/web/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
module Karafka
module Web
# Current gem version
VERSION = '0.7.4'
VERSION = '0.7.5'
end
end

0 comments on commit d274ab4

Please sign in to comment.