diff --git a/.changes/0.2.20.md b/.changes/0.2.20.md new file mode 100644 index 00000000..1b003d3b --- /dev/null +++ b/.changes/0.2.20.md @@ -0,0 +1,9 @@ +## 0.2.20 - 2023-05-21 + +### Added + +* add xray to lambda.py +### Changed + +* enable xray tracing in prod +* enable xray in serverless->lambda (all envs) \ No newline at end of file diff --git a/.changes/unreleased/Added-20230520-100325.yaml b/.changes/unreleased/Added-20230520-100325.yaml deleted file mode 100644 index bef326ff..00000000 --- a/.changes/unreleased/Added-20230520-100325.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Added -body: add xray to lambda.py -time: 2023-05-20T10:03:25.992202+01:00 -custom: - GithubIssue: "" diff --git a/.changes/unreleased/Changed-20230519-233440.yaml b/.changes/unreleased/Changed-20230519-233440.yaml deleted file mode 100644 index d8ccea60..00000000 --- a/.changes/unreleased/Changed-20230519-233440.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Changed -body: enable xray tracing in prod -time: 2023-05-19T23:34:40.259459+01:00 -custom: - GithubIssue: "" diff --git a/.changes/unreleased/Changed-20230519-233853.yaml b/.changes/unreleased/Changed-20230519-233853.yaml deleted file mode 100644 index a8f82ce3..00000000 --- a/.changes/unreleased/Changed-20230519-233853.yaml +++ /dev/null @@ -1,5 +0,0 @@ -kind: Changed -body: enable xray in serverless->lambda (all envs) -time: 2023-05-19T23:38:53.745699+01:00 -custom: - GithubIssue: "" diff --git a/CHANGELOG.md b/CHANGELOG.md index 2740e0ec..7aac9d65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 0.2.20 - 2023-05-21 + +### Added + +* add xray to lambda.py +### Changed + +* enable xray tracing in prod +* enable xray in serverless->lambda (all envs) ## 0.2.19 - 2023-05-19 ### Added diff --git a/README.md b/README.md index 2d24048e..2c1c5cc1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ -![version](https://img.shields.io/badge/version-v0.2.19-blue) ![GitHub issues](https://img.shields.io/github/issues-raw/chizmw/botc-custom-script-json2pdf) ![GitHub last commit](https://img.shields.io/github/last-commit/chizmw/botc-custom-script-json2pdf) ![GitHub pull requests](https://img.shields.io/github/issues-pr/chizmw/botc-custom-script-json2pdf) +![version](https://img.shields.io/badge/version-v0.2.20-blue) ![GitHub issues](https://img.shields.io/github/issues-raw/chizmw/botc-custom-script-json2pdf) ![GitHub last commit](https://img.shields.io/github/last-commit/chizmw/botc-custom-script-json2pdf) ![GitHub pull requests](https://img.shields.io/github/issues-pr/chizmw/botc-custom-script-json2pdf)