From d8ec2389c9490c6652e176b75867fa6320b89461 Mon Sep 17 00:00:00 2001 From: Andy Lo-A-Foe Date: Sat, 23 Oct 2021 13:06:53 +0200 Subject: [PATCH] Prepare release --- CHANGELOG.md | 12 ++++++++++++ internal/version.go | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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" )