From 5e596142db8fd8777bd245198a887e6de48806c1 Mon Sep 17 00:00:00 2001 From: Enriqueta De Leon Date: Wed, 25 Sep 2024 15:05:22 -0700 Subject: [PATCH] Post v2.2.0 Release Activities (#72) * update README to reflect newly released version * update version --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24d7034..2e1c671 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Below are a list of the collected exception attributes: You can add the dependency by adding the following to your `build.gradle` file: ``` dependencies { - implementation "com.newrelic.opentracing:java-aws-lambda:2.1.1" + implementation "com.newrelic.opentracing:java-aws-lambda:2.2.0" } ``` diff --git a/gradle.properties b/gradle.properties index 0178e07..d7b0471 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ group = com.newrelic.opentracing -version = 2.2.0 +version = 2.3.0