From b5db87be629c858d291efa5bbb456c4429cfe677 Mon Sep 17 00:00:00 2001
From: Christian Kollmann <christian.kollmann@a-sit.at>
Date: Mon, 28 Aug 2023 13:36:05 +0200
Subject: [PATCH] Set version to 3.0.0

---
 CHANGELOG.md      | 8 ++++----
 gradle.properties | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 888375f0..dd8435e3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,10 @@
 # Changelog
 
-Release 2.1.0:
- - Creating, issung, managing and verifying ISO/IEC 18013-5:2021 credentials
- - Kotlin 1.9
+Release 3.0.0:
+ - Creating, issuing, managing and verifying ISO/IEC 18013-5:2021 credentials
+ - Kotlin 1.9.10
  - Generic structure for public keys
- - kotlinx.serialization fork with CBOR enhancements for COSE support
+ - `kotlinx.serialization` fork with CBOR enhancements for COSE support
 
 Release 2.0.2:
  - `vclib-openid`: Add response modes for query and fragment, i.e. Wallet may return the authentication response in query params or as fragment params on a SIOPv2 call
diff --git a/gradle.properties b/gradle.properties
index 7bc215c8..529d9721 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -18,4 +18,4 @@ kotlin.experimental.tryK2=false
 # workaround dokka bug (need to wait for next snapshot build)
 org.jetbrains.dokka.classpath.excludePlatformDependencyFiles=true
 
-artifactVersion = 2.1.0
+artifactVersion = 3.0.0
-- 
GitLab