Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ketsiambaku committed Mar 1, 2024
1 parent f27b08f commit 209cb64
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.9] - 2024-03-01
### Added
- retract directive for v1.2.8

### Changed
- Revert breaking changes from v1.2.8 (#1315)

## [v1.2.8] - 2024-02-27
- Support two-legged OAuth flow (#1304)
- Expose method to get default worker options (#1311)
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.8"
const LibraryVersion = "1.2.9"

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

0 comments on commit 209cb64

Please sign in to comment.