Skip to content

Commit

Permalink
chore(release): 4.14.0
Browse files Browse the repository at this point in the history
# [4.14.0](v4.13.0...v4.14.0) (2024-04-19)

### Features

* extend events_ingested to accommodate UCC health check page ([#358](#358)) ([c8a4800](c8a4800))

 [ci skip]
  • Loading branch information
srv-rr-github-token committed Apr 19, 2024
1 parent c8a4800 commit c14f990
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.13.0"
version = "4.14.0"
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 @@ -54,4 +54,4 @@
"utils",
]

__version__ = "4.13.0"
__version__ = "4.14.0"

0 comments on commit c14f990

Please sign in to comment.