We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0db69 commit 82be7a3Copy full SHA for 82be7a3
CMakeLists.txt
@@ -5,7 +5,7 @@ project(Gittyup)
5
set(GITTYUP_NAME "Gittyup")
6
set(GITTYUP_VERSION_MAJOR 1)
7
set(GITTYUP_VERSION_MINOR 1)
8
-set(GITTYUP_VERSION_PATCH 1)
+set(GITTYUP_VERSION_PATCH 2)
9
set(GITTYUP_VERSION
10
"${GITTYUP_VERSION_MAJOR}.${GITTYUP_VERSION_MINOR}.${GITTYUP_VERSION_PATCH}"
11
)
docs/changelog.md
@@ -1,3 +1,11 @@
1
+### v1.1.2 - 2022-08-12
2
+
3
+Bug fix release
4
+#### Changed
+* Fix bundled OpenSSL version incompatibility
### v1.1.1 - 2022-06-09
Bug fix release
0 commit comments