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.3.0]]
=== 1.3.0 - 2023/02/22

https://github.com/elastic/apm-aws-lambda/compare/v1.2.0...main[View commits]
https://github.com/elastic/apm-aws-lambda/compare/v1.2.0...v1.3.0[View commits]

[float]
===== Features
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

1. Update the [`CHANGELOG.asciidoc`](CHANGELOG.asciidoc), by adding a new version heading (`==== 1.x.x - yyyy/MM/dd`) and changing the base tag of the Unreleased comparison URL
2. Ensure all changes are merged into github.com/elastic/apm-aws-lambda@main
3. Create a test plan for any changes that require manual testing. At the very minimum, a manual smoke test must be conducted before releasing.
3. Create a test plan for any changes that require manual testing. Ensure that the automatic smoke test on the latest commit is successful.
4. Trigger a release after succesful testing.

### Trigger a Release
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.2.0"
Version = "1.3.0"
)