Skip to content

Commit

Permalink
Merge pull request #105 from jcsobrino/fix-release-github-action
Browse files Browse the repository at this point in the history
fix: check release GitHub action works correctly
  • Loading branch information
jcsobrino authored Feb 8, 2024
2 parents 132c65c + 92f8beb commit 37a83e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aws-log-ingestion"
version = "2.9.0"
version = "2.9.1"
description = ""
authors = ["New Relic <[email protected]>"]
license = "Apache 2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/function.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class EntryType(Enum):
r"(?P<request_id>[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})"
)

LOGGING_LAMBDA_VERSION = "2.9.0"
LOGGING_LAMBDA_VERSION = "2.9.1"
LOGGING_PLUGIN_METADATA = {"type": "lambda", "version": LOGGING_LAMBDA_VERSION}


Expand Down
2 changes: 1 addition & 1 deletion template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Metadata:
LicenseUrl: LICENSE
ReadmeUrl: README.md
HomePageUrl: https://github.com/newrelic/aws-log-ingestion
SemanticVersion: 2.9.0
SemanticVersion: 2.9.1
SourceCodeUrl: https://github.com/newrelic/aws-log-ingestion

Resources:
Expand Down

0 comments on commit 37a83e8

Please sign in to comment.