Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 82be7a3

Browse files
committedAug 12, 2022
Update version to 1.1.2
1 parent 9c0db69 commit 82be7a3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(Gittyup)
55
set(GITTYUP_NAME "Gittyup")
66
set(GITTYUP_VERSION_MAJOR 1)
77
set(GITTYUP_VERSION_MINOR 1)
8-
set(GITTYUP_VERSION_PATCH 1)
8+
set(GITTYUP_VERSION_PATCH 2)
99
set(GITTYUP_VERSION
1010
"${GITTYUP_VERSION_MAJOR}.${GITTYUP_VERSION_MINOR}.${GITTYUP_VERSION_PATCH}"
1111
)

‎docs/changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### v1.1.2 - 2022-08-12
2+
3+
Bug fix release
4+
5+
#### Changed
6+
7+
* Fix bundled OpenSSL version incompatibility
8+
19
### v1.1.1 - 2022-06-09
210

311
Bug fix release

0 commit comments

Comments
 (0)
Please sign in to comment.