Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
loafoe committed Oct 23, 2021
1 parent 3bdfdc2 commit d8ec238
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

# v0.47.0

- Logging: Add traceId and spanId fields
- Console: add alerts structure
- IAM Service: recover from panicky pem.Decode
- CDR: Update delete extension URI
- IAM: Add new fields
- IAM: Ipdate LegacyUserUpdate to (undocumented) API v2
- IAM: update GetUser to v3 API
- IAM: support for preferredCommunicationChannel field

# v0.46.2

- CDR: R4 fixes
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package internal

const (
LibraryVersion = "0.46.2"
LibraryVersion = "0.47.0"
)

0 comments on commit d8ec238

Please sign in to comment.