Skip to content

Commit

Permalink
chore(release): 4.8.1
Browse files Browse the repository at this point in the history
## [4.8.1](v4.8.0...v4.8.1) (2022-11-10)

### Bug Fixes

* parse all definitions of true for splunkd scheme ([#221](#221)) ([55ec693](55ec693))
  • Loading branch information
semantic-release-bot committed Nov 10, 2022
1 parent 55ec693 commit 2ed235d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

[tool.poetry]
name = "solnlib"
version = "4.8.0"
version = "4.8.1"
description = "The Splunk Software Development Kit for Splunk Solutions"
authors = ["Splunk <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion solnlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@
"utils",
]

__version__ = "4.8.0"
__version__ = "4.8.1"

0 comments on commit 2ed235d

Please sign in to comment.