Skip to content

Commit

Permalink
Bump version up to 1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
i-vovk committed Sep 24, 2021
1 parent 0e8341d commit 190a904
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.1.12 (2021-09-21)

### Bug Fixes

* connector::base_connector: fix resolving thread spooling if attemts failed

### Misc

* Fix github 'lint' action on PRs


## 1.1.11 (2021-08-20)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0 FATAL_ERROR)

set(STREAMCLIENT_VERSION_MAJOR "1")
set(STREAMCLIENT_VERSION_MINOR "1")
set(STREAMCLIENT_VERSION_RELEASE "11")
set(STREAMCLIENT_VERSION_RELEASE "12")
set(STREAMCLIENT_SUMMARY "C++ library")
set(STREAMCLIENT_REPOSITORY_URL "https://github.com/TinkoffCreditSystems/stream-client")
set(STREAMCLIENT_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE")
Expand Down

0 comments on commit 190a904

Please sign in to comment.