diff --git a/CHANGELOG.md b/CHANGELOG.md index 19e0d0f5..19534df5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/internal/version.go b/internal/version.go index a8b7b78a..3dbf49a9 100644 --- a/internal/version.go +++ b/internal/version.go @@ -1,5 +1,5 @@ package internal const ( - LibraryVersion = "0.46.2" + LibraryVersion = "0.47.0" )