We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9f5a3 commit 04c5b55Copy full SHA for 04c5b55
CHANGELOG.asciidoc
@@ -17,10 +17,10 @@
17
////
18
19
[float]
20
-[[lambda-unreleased]]
21
-=== Unreleased
+[[lambda-1.4.0]]
+=== 1.4.0 - 2023/05/03
22
23
-https://github.com/elastic/apm-aws-lambda/compare/v1.3.1...main[View commits]
+https://github.com/elastic/apm-aws-lambda/compare/v1.3.1...v1.4.0[View commits]
24
25
26
===== Features
extension/version.go
@@ -18,5 +18,5 @@
package extension
const (
- Version = "1.3.0"
+ Version = "1.4.0"
)
0 commit comments