diff --git a/BREAKINGCHANGES.md b/BREAKINGCHANGES.md
index 4d6c79f5..3e4c347e 100644
--- a/BREAKINGCHANGES.md
+++ b/BREAKINGCHANGES.md
@@ -7,6 +7,7 @@ ___Note:___ We might, and will probably, miss to document some of this - if so -
## TOC
+* [Version 9.0.0](#version-800)
* [Version 8.0.0](#version-800)
* [Version 7.0.0](#version-700)
* [Version 6.0.3](#version-603)
@@ -14,6 +15,16 @@ ___Note:___ We might, and will probably, miss to document some of this - if so -
* [Version 5.0.0](#version-500)
* [Version 4.0.0](#version-400)
+---
+
+## Version 9.0.0
+
+Breaking changes between version 9.0.0 and 8.0.0
+
+* Remove `callInitiator` from CollectResponse as it's not documented anymore
+* Rename `CollectCallInitiator` into `CallInitiator`
+
+
---
@@ -34,6 +45,10 @@ We have renamed these things as a result of that:
We now require .NET 8 - so this requires you to upgrade your website that uses Active Login.
+
+---
+
+
## Version 7.0.0
Breaking changes between version 7.0.0 and 6.0.3
@@ -66,12 +81,20 @@ Some API changes (as described above) propagates to the options you can customiz
The method `GetLaunchInfo` on `IBankIdLauncher` is now renamed into `GetLaunchInfoAsync` and made async to allow for dynamic retreival.
+
+---
+
+
## Version 6.0.3
Breaking changes in 6.0.3:
- As stated in #384 we had mixed up the UseClientCertificate() and AddClientCertificate() extension methods. These have now been reversed. This would be a breaking change if you add multiple certificates but should affect the majority of consumers.
+
+---
+
+
## Version 6.0.0
Breaking changes between version 5.0.0 and 6.0.0.
diff --git a/src/Directory.Build.props b/src/Directory.Build.props
index 1e6643b7..772dd1c9 100644
--- a/src/Directory.Build.props
+++ b/src/Directory.Build.props
@@ -15,7 +15,7 @@
$(AssemblyName)
9.0.0
- rc-1
+
9.0.0.0
$(VersionPrefix).0
$(VersionPrefix).$(BUILD_BUILDNUMBER)