diff --git a/CHANGELOG.md b/CHANGELOG.md index 73bb773..e551189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.8.0](https://github.com/cobrowseio/cobrowse-sdk-xamarin/compare/v3.7.0...v3.8.0) (2023-08-18) + + +### Features + +* update native SDKs ([#48](https://github.com/cobrowseio/cobrowse-sdk-xamarin/issues/48)) ([0fb5a3c](https://github.com/cobrowseio/cobrowse-sdk-xamarin/commit/0fb5a3c080907c850a33580499b29da746b0ab7e)) +* update native SDKs ([#49](https://github.com/cobrowseio/cobrowse-sdk-xamarin/issues/49)) ([b415c62](https://github.com/cobrowseio/cobrowse-sdk-xamarin/commit/b415c62a4a7ae5e6c1e2dd182c2d86511649051d)) +* update native SDKs ([#50](https://github.com/cobrowseio/cobrowse-sdk-xamarin/issues/50)) ([d6ae9c8](https://github.com/cobrowseio/cobrowse-sdk-xamarin/commit/d6ae9c806e44c059e6ea2c81ddd600c28d754b31)) +* update native SDKs ([#51](https://github.com/cobrowseio/cobrowse-sdk-xamarin/issues/51)) ([60f6618](https://github.com/cobrowseio/cobrowse-sdk-xamarin/commit/60f6618fc2748d7163285d78c0ab51f752ca488f)) +* update native SDKs ([#52](https://github.com/cobrowseio/cobrowse-sdk-xamarin/issues/52)) ([ce6c676](https://github.com/cobrowseio/cobrowse-sdk-xamarin/commit/ce6c67606568ca7631a8f25099ebcf96173ec38a)) + ## [3.7.0](https://github.com/cobrowseio/cobrowse-sdk-xamarin/compare/v3.6.1...v3.7.0) (2023-07-24) diff --git a/CobrowseIO.AppExtension.iOS.nuspec b/CobrowseIO.AppExtension.iOS.nuspec index 2fd775a..ec23568 100644 --- a/CobrowseIO.AppExtension.iOS.nuspec +++ b/CobrowseIO.AppExtension.iOS.nuspec @@ -2,7 +2,7 @@ CobrowseIO.AppExtension.iOS - 3.7.0 + 3.8.0 CobrowseIO.AppExtension.iOS Cobrowse.io Cobrowse.io diff --git a/CobrowseIO.Xamarin.nuspec b/CobrowseIO.Xamarin.nuspec index 698d174..785c913 100644 --- a/CobrowseIO.Xamarin.nuspec +++ b/CobrowseIO.Xamarin.nuspec @@ -2,7 +2,7 @@ CobrowseIO.Xamarin - 3.7.0 + 3.8.0 CobrowseIO.Xamarin Cobrowse.io Cobrowse.io diff --git a/XamarinSDK/CobrowseIO.Xamarin.Abstractions/Properties/AssemblyInfo.cs b/XamarinSDK/CobrowseIO.Xamarin.Abstractions/Properties/AssemblyInfo.cs index a7170f0..89d02a6 100644 --- a/XamarinSDK/CobrowseIO.Xamarin.Abstractions/Properties/AssemblyInfo.cs +++ b/XamarinSDK/CobrowseIO.Xamarin.Abstractions/Properties/AssemblyInfo.cs @@ -4,5 +4,5 @@ [assembly: AssemblyDescription("Cobrowse.io - Xamarin SDK")] [assembly: AssemblyCompany("Cobrowse.io LLC")] -[assembly: AssemblyVersion("3.7.0")] -[assembly: AssemblyInformationalVersion("3.7.0")] +[assembly: AssemblyVersion("3.8.0")] +[assembly: AssemblyInformationalVersion("3.8.0")] diff --git a/XamarinSDK/CobrowseIO.Xamarin.Android/Properties/AssemblyInfo.cs b/XamarinSDK/CobrowseIO.Xamarin.Android/Properties/AssemblyInfo.cs index e865e33..f120445 100644 --- a/XamarinSDK/CobrowseIO.Xamarin.Android/Properties/AssemblyInfo.cs +++ b/XamarinSDK/CobrowseIO.Xamarin.Android/Properties/AssemblyInfo.cs @@ -8,7 +8,7 @@ [assembly: ComVisible(false)] -[assembly: AssemblyVersion("3.7.0")] -[assembly: AssemblyInformationalVersion("3.7.0")] +[assembly: AssemblyVersion("3.8.0")] +[assembly: AssemblyInformationalVersion("3.8.0")] [assembly: LinkerSafe] \ No newline at end of file diff --git a/XamarinSDK/CobrowseIO.Xamarin.iOS/Properties/AssemblyInfo.cs b/XamarinSDK/CobrowseIO.Xamarin.iOS/Properties/AssemblyInfo.cs index 7da8a8e..f57de7d 100644 --- a/XamarinSDK/CobrowseIO.Xamarin.iOS/Properties/AssemblyInfo.cs +++ b/XamarinSDK/CobrowseIO.Xamarin.iOS/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ [assembly: ComVisible(false)] [assembly: Guid("50c7b8c9-e664-45af-b88e-0c9b8b9c1be1")] -[assembly: AssemblyVersion("3.7.0")] -[assembly: AssemblyInformationalVersion("3.7.0")] +[assembly: AssemblyVersion("3.8.0")] +[assembly: AssemblyInformationalVersion("3.8.0")] [assembly: LinkerSafe] \ No newline at end of file diff --git a/XamarinSDK/CobrowseIO.Xamarin/Properties/AssemblyInfo.cs b/XamarinSDK/CobrowseIO.Xamarin/Properties/AssemblyInfo.cs index a7170f0..89d02a6 100644 --- a/XamarinSDK/CobrowseIO.Xamarin/Properties/AssemblyInfo.cs +++ b/XamarinSDK/CobrowseIO.Xamarin/Properties/AssemblyInfo.cs @@ -4,5 +4,5 @@ [assembly: AssemblyDescription("Cobrowse.io - Xamarin SDK")] [assembly: AssemblyCompany("Cobrowse.io LLC")] -[assembly: AssemblyVersion("3.7.0")] -[assembly: AssemblyInformationalVersion("3.7.0")] +[assembly: AssemblyVersion("3.8.0")] +[assembly: AssemblyInformationalVersion("3.8.0")]