diff --git a/CHANGELOG.md b/CHANGELOG.md index 17c0fac9..5c6a2db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ -# 0.23.1 (Aug 2, 2023) +# 0.23.2 (Aug 3, 2023) Changes: -- Added Xcode 14 specific simulator list for iOS +* Added Xcode 14 specific simulator list for iOS + +Bugfixes: +* Made sure that the simulator for one runtime are only created once # 0.23.1 (Apr 25, 2023) Changes: -- Test that are markted as expected failues, are marked as passed. Issue #460 +* Test that are markted as expected failues, are marked as passed. Issue #460 # 0.23.0 (Apr 24, 2023) diff --git a/README.md b/README.md index e6f9a62e..56002a9e 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Here a brief overview of the features: * Java 1.6 or greater -### Current stable version is 0.23.0 +### Current stable version is 0.23.2 ## Parameters Documentation @@ -58,7 +58,7 @@ buildscript { } dependencies { - classpath "org.openbakery:xcode-plugin:0.22.+" + classpath "org.openbakery:xcode-plugin:0.23.+" } } @@ -69,7 +69,7 @@ apply plugin: "org.openbakery.xcode-plugin" When using the [openbakery.org](https://openbakery.org) repository you can also get the latest develop version by including `develop` into the version pattern. e.g.: ``` -classpath "org.openbakery:xcode-plugin:0.23.0.develop.+" +classpath "org.openbakery:xcode-plugin:0.23.2.develop.+" ``` The develop version contains all the changes from the develop branch, where all the fixes and feature are implemented. The development version is deployed automatically when all the projects unit tests are successful, and also the if the example projects build.