diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a1bd385..068c5506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.0.2](https://github.com/parse-community/Parse-SDK-dotNET/compare/3.0.1...3.0.2) (2024-05-24) + + +### Bug Fixes + +* Cannot access objects without user login ([#368](https://github.com/parse-community/Parse-SDK-dotNET/issues/368)) ([aa278df](https://github.com/parse-community/Parse-SDK-dotNET/commit/aa278df8147516a2ff8a95e1fa0f5f7972c63cc4)) + ## [3.0.1](https://github.com/parse-community/Parse-SDK-dotNET/compare/3.0.0...3.0.1) (2024-05-24) diff --git a/Parse/Parse.csproj b/Parse/Parse.csproj index ad42605f..0df4edc6 100644 --- a/Parse/Parse.csproj +++ b/Parse/Parse.csproj @@ -3,7 +3,7 @@ netstandard2.0 bin\Release\netstandard2.0\Parse.xml - 3.0.1 + 3.0.2 latest Parse diff --git a/package-lock.json b/package-lock.json index e175a24d..603c66b5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "parse-sdk-dotnet", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "parse-sdk-dotnet", - "version": "3.0.1", + "version": "3.0.2", "devDependencies": { "@droidsolutions-oss/semantic-release-nuget": "1.4.1", "@droidsolutions-oss/semantic-release-update-file": "1.4.0", diff --git a/package.json b/package.json index 9eb3598d..d4e153a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parse-sdk-dotnet", - "version": "3.0.1", + "version": "3.0.2", "devDependencies": { "@droidsolutions-oss/semantic-release-nuget": "1.4.1", "@droidsolutions-oss/semantic-release-update-file": "1.4.0",