diff --git a/CHANGELOG.md b/CHANGELOG.md index 657ddb37..18a923ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ +### 2.2.1 - 2.2.0 (2019 Mar 22) + +* [390be6d] Akos Birmacher - changelog (2019 Mar 22) +* [826217b] Akos Birmacher - Glob path fix (#100) (2019 Mar 22) +* [ac74021] Akos Birmacher - add uitest script to readme and restructure it a bit (#99) (2019 Mar 18) +* [1988469] Akos Birmacher - feat: add install_wap-xcode-uitests script (#98) (2019 Feb 26) + + ### 2.2.1 - 2.2.0 (2019 Mar 22) * [826217b] Akos Birmacher - Glob path fix (#100) (2019 Mar 22) @@ -307,3 +315,4 @@ + diff --git a/_scripts/install_wrap-xamarin.sh b/_scripts/install_wrap-xamarin.sh index d079ebe6..3d76adf0 100644 --- a/_scripts/install_wrap-xamarin.sh +++ b/_scripts/install_wrap-xamarin.sh @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..." temp_dir="$(mktemp -d -t codesigndocXXXXXX)" codesigndoc_bin_path="${temp_dir}/codesigndoc" -version_to_use="2.2.0" +version_to_use="2.2.1" if [ "$1" != "" ] ; then version_to_use="$1" fi diff --git a/_scripts/install_wrap-xcode-uitests.sh b/_scripts/install_wrap-xcode-uitests.sh index ec60705b..698e537b 100644 --- a/_scripts/install_wrap-xcode-uitests.sh +++ b/_scripts/install_wrap-xcode-uitests.sh @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..." temp_dir="$(mktemp -d -t codesigndocXXXXXX)" codesigndoc_bin_path="${temp_dir}/codesigndoc" -version_to_use="2.2.0" +version_to_use="2.2.1" if [ "$1" != "" ] ; then version_to_use="$1" fi diff --git a/_scripts/install_wrap-xcode.sh b/_scripts/install_wrap-xcode.sh index 25c4be06..08be96d9 100644 --- a/_scripts/install_wrap-xcode.sh +++ b/_scripts/install_wrap-xcode.sh @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..." temp_dir="$(mktemp -d -t codesigndocXXXXXX)" codesigndoc_bin_path="${temp_dir}/codesigndoc" -version_to_use="2.2.0" +version_to_use="2.2.1" if [ "$1" != "" ] ; then version_to_use="$1" fi diff --git a/_scripts/install_wrap.sh b/_scripts/install_wrap.sh index 25c4be06..08be96d9 100644 --- a/_scripts/install_wrap.sh +++ b/_scripts/install_wrap.sh @@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..." temp_dir="$(mktemp -d -t codesigndocXXXXXX)" codesigndoc_bin_path="${temp_dir}/codesigndoc" -version_to_use="2.2.0" +version_to_use="2.2.1" if [ "$1" != "" ] ; then version_to_use="$1" fi