Skip to content
This repository was archived by the owner on Jan 29, 2026. It is now read-only.

Commit d544090

Browse files
committed
Prepare release
Signed-off-by: Andy Lo-A-Foe <andy.loafoe@gmail.com>
1 parent fad237d commit d544090

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## v0.49.0
8+
9+
- Logging: refactor to use common debug logging code
10+
- IAM Service: fix runaway recursive issue when refreshing
11+
712
## v0.48.2
813

914
- Docker Registries: add additional fields to Registry struct

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package internal
22

33
const (
4-
LibraryVersion = "0.48.2"
4+
LibraryVersion = "0.49.0"
55
)

0 commit comments

Comments
 (0)