Skip to content

Commit 76559c4

Browse files
committed
Updates CHANGELOG and README for new version
1 parent 259e104 commit 76559c4

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.7.0] - 2021-11-06
4+
- Fixes bug when settings file is does not exist that prevented Postprocessing to be executed successfully
5+
- Adds some info regarding the settings file created by the plugin
6+
37
## [0.6.0] - 2021-08-11
48
- Fixes **major** bug of the package not returning the actual status code.
59

@@ -12,6 +16,7 @@
1216
- Editor implementation for the feature, imitating the native implementation.
1317
- Configurable automatic postprocessing, add required frameworks and required Info.plist entries
1418

15-
[Unreleased]: https://github.com/lupidan/unity-apptrackingtransparency/compare/v0.6.0...HEAD
19+
[Unreleased]: https://github.com/lupidan/unity-apptrackingtransparency/compare/v0.7.0...HEAD
20+
[0.7.0]: https://github.com/lupidan/unity-apptrackingtransparency/compare/v0.6.0...v0.7.0
1621
[0.6.0]: https://github.com/lupidan/unity-apptrackingtransparency/compare/v0.5.0...v0.6.0
1722
[0.5.0]: https://github.com/lupidan/unity-apptrackingtransparency/releases/tag/v0.5.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This plugin supports the following platforms:
2727

2828
## Installation
2929

30-
> Current version is v0.6.0
30+
> Current version is v0.7.0
3131
3232
Here is a list of available options to install the plugin
3333

@@ -37,7 +37,7 @@ Just add this line to the `Packages/manifest.json` file of your Unity Project:
3737

3838
```json
3939
"dependencies": {
40-
"com.lupidan.unity-apptrackingtransparency": "https://github.com/lupidan/unity-apptrackingtransparency.git?path=/com.lupidan.unity-apptrackingtransparency#v0.6.0"
40+
"com.lupidan.unity-apptrackingtransparency": "https://github.com/lupidan/unity-apptrackingtransparency.git?path=/com.lupidan.unity-apptrackingtransparency#v0.7.0"
4141
}
4242
```
4343

0 commit comments

Comments
 (0)