Make ready for 0.7.0
diff --git a/README.md b/README.md
index ae74a52..3aa6ac5 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,7 @@
 - [X] Service discovery
 - [X] Automatic reconnect
 - [X] TLS connections
+- [X] TLS Authentication
 - [X] JSON Web Token Authentication
 - [X] Producer send with custom metadata
 - [X] Producer send with event time, sequence id and delayed message delivery
@@ -74,7 +75,6 @@
 
 Let us know which features you need by creating an issue or by giving existing issues a "Thumbs up".
 
-* [TLS Authentication](https://github.com/danske-commodities/dotpulsar/issues/3)
 * [Message encryption](https://github.com/danske-commodities/dotpulsar/issues/8)
 * [Batching when producing](https://github.com/danske-commodities/dotpulsar/issues/7)
 * [Schema](https://github.com/danske-commodities/dotpulsar/issues/6)
diff --git a/src/DotPulsar/DotPulsar.csproj b/src/DotPulsar/DotPulsar.csproj
index e50959b..534febd 100644
--- a/src/DotPulsar/DotPulsar.csproj
+++ b/src/DotPulsar/DotPulsar.csproj
@@ -2,7 +2,7 @@
 
   <PropertyGroup>
     <TargetFrameworks>netstandard2.0;netstandard2.1</TargetFrameworks>
-    <Version>0.6.0</Version>
+    <Version>0.7.0</Version>
     <AssemblyVersion>$(Version)</AssemblyVersion>
     <FileVersion>$(Version)</FileVersion>
     <Authors>DanskeCommodities;dblank</Authors>
@@ -11,7 +11,7 @@
     <Title>DotPulsar</Title>
     <PackageTags>Apache;Pulsar</PackageTags>
     <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
-    <PackageReleaseNotes>Beta release - Support KeyShared subscription and consuming batched messages</PackageReleaseNotes>
+    <PackageReleaseNotes>Beta release - Support TLS authentication</PackageReleaseNotes>
     <Description>.NET/C# client library for Apache Pulsar</Description>
     <GenerateDocumentationFile>true</GenerateDocumentationFile>
     <PublishRepositoryUrl>true</PublishRepositoryUrl>