Skip to content

Commit 2745d76

Browse files
committed
v2.1.0
1 parent 064fe57 commit 2745d76

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
### 2.1.0 - 2.0.3 (2018 Apr 10)
3+
4+
* [064fe57] Krisztián Gödrei - prepare for 2.1.0 (2018 Apr 10)
5+
* [b4ec4fc] BirmacherAkos - Uploading UI cleaning. (#72) (2018 Apr 10)
6+
* [7045fd3] BirmacherAkos - Upload generated provisioning profiles to Bitrise (#70) (2018 Apr 06)
7+
* [ce66a50] BirmacherAkos - XCode: trim the project path. (#69) (2018 Mar 20)
8+
* [39d2bfb] Krisztián Gödrei - cgo fixes for go1.10 (2018 Mar 08)
9+
10+
211
### 2.0.3 - 2.0.2 (2018 Jan 09)
312

413
* [0280c18] Krisztián Gödrei - error fixes (#64) (2018 Jan 09)
@@ -231,3 +240,4 @@
231240
* [10d3542] Viktor Benei - 0.9.2 : allow-export flag & fixed the exported .p12 format, to match the one generated by Keychain Access.app (2016 Jan 25)
232241
* [9c0ccf5] Viktor Benei - install wrap removed from todo (2016 Jan 23)
233242
* [9ede876] Viktor Benei - install wrap (2016 Jan 23)
243+

_scripts/install_wrap-xamarin.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
55
temp_dir="$(mktemp -d -t codesigndocXXXXXX)"
66
codesigndoc_bin_path="${temp_dir}/codesigndoc"
77

8-
version_to_use="2.0.3"
8+
version_to_use="2.1.0"
99
if [ "$1" != "" ] ; then
1010
version_to_use="$1"
1111
fi

_scripts/install_wrap-xcode.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
55
temp_dir="$(mktemp -d -t codesigndocXXXXXX)"
66
codesigndoc_bin_path="${temp_dir}/codesigndoc"
77

8-
version_to_use="2.0.3"
8+
version_to_use="2.1.0"
99
if [ "$1" != "" ] ; then
1010
version_to_use="$1"
1111
fi

_scripts/install_wrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo " => Creating a temporary directory for codesigndoc ..."
55
temp_dir="$(mktemp -d -t codesigndocXXXXXX)"
66
codesigndoc_bin_path="${temp_dir}/codesigndoc"
77

8-
version_to_use="2.0.3"
8+
version_to_use="2.1.0"
99
if [ "$1" != "" ] ; then
1010
version_to_use="$1"
1111
fi

0 commit comments

Comments
 (0)