Skip to content

Commit

Permalink
chore(release): 5.1.0-beta.2
Browse files Browse the repository at this point in the history
# [5.1.0-beta.2](v5.1.0-beta.1...v5.1.0-beta.2) (2024-06-25)

### Features

* **mtls:** implement of mutual TLS communication for fetching server info ([#372](#372)) ([278505a](278505a))

 [ci skip]
  • Loading branch information
srv-rr-github-token committed Jun 25, 2024
1 parent 278505a commit b809b0a
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 = "5.1.0-beta.1"
version = "5.1.0-beta.2"
description = "The Splunk Software Development Kit for Splunk Solutions"
authors = ["Splunk <addonfactory@splunk.com>"]
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 @@ -56,4 +56,4 @@
"utils",
]

__version__ = "5.1.0-beta.1"
__version__ = "5.1.0-beta.2"

0 comments on commit b809b0a

Please sign in to comment.