Skip to content

Commit

Permalink
chore(release): 1.1.9 [skip ci]
Browse files Browse the repository at this point in the history
## [1.1.9](v1.1.8...v1.1.9) (2022-04-12)

### Bug Fixes

* create release off of tag ([33ac105](33ac105))
* update client-payload ([0f2a554](0f2a554))
  • Loading branch information
semantic-release-bot committed Apr 12, 2022
1 parent 0f2a554 commit 3dbbbb3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.1.9](https://github.com/darkdragonsastro/indi-dragon-ups/compare/v1.1.8...v1.1.9) (2022-04-12)


### Bug Fixes

* create release off of tag ([33ac105](https://github.com/darkdragonsastro/indi-dragon-ups/commit/33ac105f7568157653dea56d9c67a068721e4e27))
* update client-payload ([0f2a554](https://github.com/darkdragonsastro/indi-dragon-ups/commit/0f2a554d09f9f5248f370dbe6aae19032dd35dd3))

## [1.1.8](https://github.com/darkdragonsastro/indi-dragon-ups/compare/v1.1.7...v1.1.8) (2022-04-12)


Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ find_package(INDI 1.9 REQUIRED)

set(VERSION_MAJOR 1)
set(VERSION_MINOR 1)
set(VERSION_PATCH 8)
set(VERSION_PATCH 9)

set(CPACK_PACKAGE_VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")

Expand Down

0 comments on commit 3dbbbb3

Please sign in to comment.