Skip to content

Commit

Permalink
v1.2.10-rc.1 version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ketsiambaku committed Mar 22, 2024
1 parent d05e197 commit 2a4ca28
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [v1.2.10-rc.1] - 2024-03-22
### Added
- Add documentation for propagators and how they are executed (#1312)
- Update idl and add wrapper implementaton for async start/signalwithstart APIs (#1321)
- Enable codecov and generate metadata file as artifact (#1320)
- Release v1.2.9 (#1317)

## [v1.2.9] - 2024-03-01
### Added
- retract directive for v1.2.8
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ package internal
// Due to all of this unreliability, this should be used as strictly informational
// metadata, e.g. for caller version monitoring, never behavioral (use
// FeatureVersion or feature flags instead).
const LibraryVersion = "1.2.9"
const LibraryVersion = "1.2.10"

// FeatureVersion is a semver that informs the server of what high-level behaviors
// this client supports.
Expand Down

0 comments on commit 2a4ca28

Please sign in to comment.