Skip to content

Commit 416a967

Browse files
authored
Merge pull request #12 from DataDog/cagocs/version_bump
version bump
2 parents 2283fb1 + 2b47055 commit 416a967

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Include the following dependency in your `pom.xml`
3333
<dependency>
3434
<groupId>com.datadoghq</groupId>
3535
<artifactId>datadog-lambda-java</artifactId>
36-
<version>0.0.2</version>
36+
<version>0.0.3</version>
3737
<type>pom</type>
3838
</dependency>
3939
```
@@ -48,7 +48,7 @@ repositories {
4848
}
4949
5050
dependencies {
51-
implementation 'com.datadoghq:datadog-lambda-java:0.0.2'
51+
implementation 'com.datadoghq:datadog-lambda-java:0.0.3'
5252
}
5353
```
5454

@@ -117,6 +117,8 @@ public class Handler implements RequestHandler<APIGatewayV2ProxyRequestEvent, AP
117117
}
118118
```
119119

120+
Optionally, `dd.metric` can take a user-defined Date in the fourth argument.
121+
120122
Distributed Tracing
121123
-------------------
122124

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
}
3535

3636
group = 'com.datadoghq'
37-
version = '0.0.2'
37+
version = '0.0.3'
3838

3939
allprojects {
4040
repositories {
@@ -51,7 +51,7 @@ publishing {
5151
from components.java
5252
groupId 'com.datadoghq'
5353
artifactId 'datadog-lambda-java'
54-
version '0.0.2'
54+
version '0.0.3'
5555
}
5656
}
5757
}
@@ -67,9 +67,9 @@ bintray {
6767
licenses = ['Apache-2.0']
6868
vcsUrl = 'https://github.com/DataDog/datadog-lambda-java.git'
6969
version {
70-
name = '0.0.2'
70+
name = '0.0.3'
7171
desc = 'Datadog Lambda Java runtime library'
72-
vcsTag = '0.0.2'
72+
vcsTag = '0.0.3'
7373
attributes = ['gradle-plugin': 'com.use.less:com.use.less.gradle:gradle-useless-plugin']
7474
}
7575
}

0 commit comments

Comments
 (0)