Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit d8ec238

Browse files
committed
Prepare release
1 parent 3bdfdc2 commit d8ec238

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
6+
7+
# v0.47.0
8+
9+
- Logging: Add traceId and spanId fields
10+
- Console: add alerts structure
11+
- IAM Service: recover from panicky pem.Decode
12+
- CDR: Update delete extension URI
13+
- IAM: Add new fields
14+
- IAM: Ipdate LegacyUserUpdate to (undocumented) API v2
15+
- IAM: update GetUser to v3 API
16+
- IAM: support for preferredCommunicationChannel field
17+
618
# v0.46.2
719

820
- CDR: R4 fixes

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.46.2"
4+
LibraryVersion = "0.47.0"
55
)

0 commit comments

Comments
 (0)