Skip to content

Commit c089727

Browse files
committed
Bump 0.4.1
1 parent 2a5d625 commit c089727

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
11+
## [0.4.1] - 2025-09-11
12+
13+
### Fixed
14+
- Fix release workflow
15+
1016
## [0.4.0] - 2025-09-11
1117

1218
### Added
@@ -79,6 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7985
- Detailed architecture overview and data flow diagrams
8086
- Complete command reference and examples
8187

88+
[0.4.1]: https://github.com/Datadog/equilibrium/releases/tag/v0.4.1
89+
[0.4.0]: https://github.com/Datadog/equilibrium/releases/tag/v0.4.0
8290
[0.3.1]: https://github.com/TonyCTHsu/equilibrium/releases/tag/v0.3.1
8391
[0.3.0]: https://github.com/TonyCTHsu/equilibrium/releases/tag/v0.3.0
8492
[0.2.0]: https://github.com/TonyCTHsu/equilibrium/releases/tag/v0.2.0

lib/equilibrium/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Equilibrium
4-
VERSION = "0.4.0"
4+
VERSION = "0.4.1"
55
end

0 commit comments

Comments
 (0)