Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
////
[float]
[[lambda-unreleased]]
=== Unreleased
[[lambda-1.4.0]]
=== 1.4.0 - 2023/05/03
Comment on lines 19 to +21
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we leave unreleased and add 1.4.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That would add the unreleased section in the tag, I was planning to add it after releasing 1.4.0

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 got it

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]
[float]
===== Features
Expand Down
2 changes: 1 addition & 1 deletion extension/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
package extension

const (
Version = "1.3.0"
Version = "1.4.0"
)