Skip to content

Commit 04c5b55

Browse files
authored
Prepare for v1.4.0 release (#390)
1 parent cf9f5a3 commit 04c5b55

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.asciidoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
////
1818
1919
[float]
20-
[[lambda-unreleased]]
21-
=== Unreleased
20+
[[lambda-1.4.0]]
21+
=== 1.4.0 - 2023/05/03
2222
23-
https://github.com/elastic/apm-aws-lambda/compare/v1.3.1...main[View commits]
23+
https://github.com/elastic/apm-aws-lambda/compare/v1.3.1...v1.4.0[View commits]
2424
2525
[float]
2626
===== Features

extension/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
package extension
1919

2020
const (
21-
Version = "1.3.0"
21+
Version = "1.4.0"
2222
)

0 commit comments

Comments
 (0)