From 733a2857b9911c755c505b3564520d9c74427a46 Mon Sep 17 00:00:00 2001 From: Eoin Shanaghy Date: Thu, 21 Nov 2024 10:10:36 +0000 Subject: [PATCH] chore(main): release 0.0.6 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ template.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 944189a..e58f3d1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.5" + ".": "0.0.6" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 13171d1..8885afc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.6](https://github.com/fourTheorem/duck-query-lambda/compare/v0.0.5...v0.0.6) (2024-11-21) + + +### Bug Fixes + +* **ci:** add id_token to release workflow ([bc308cd](https://github.com/fourTheorem/duck-query-lambda/commit/bc308cdb3c0d7e1b5d1171b74dd052b548e9cd44)) + ## [0.0.5](https://github.com/fourTheorem/duck-query-lambda/compare/v0.0.4...v0.0.5) (2024-11-21) diff --git a/template.yaml b/template.yaml index 2cc4743..e0371f1 100644 --- a/template.yaml +++ b/template.yaml @@ -10,7 +10,7 @@ Metadata: ReadmeUrl: README.md Labels: ['layer','lambda','runtime','duckdb'] HomePageUrl: https://github.com/fourTheorem/duck-query-lambda - SemanticVersion: 0.0.5 # x-release-please-version + SemanticVersion: 0.0.6 # x-release-please-version SourceCodeUrl: https://github.com/fourTheorem/duck-query-lambda Transform: AWS::Serverless-2016-10-31