From 76a2ad246fe1ecdfdfc3ed0c521b0d1f0d0df988 Mon Sep 17 00:00:00 2001 From: Gabriel Alejandro Soltz Date: Fri, 20 Sep 2024 14:31:10 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 609ead9..4176b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +## v0.0.3 [2024-09-20] + +## What's Changed + +- Bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.5 by @dependabot in https://github.com/gabrielsoltz/steampipe-plugin-semgrep/pull/31 +- Bump github.com/turbot/steampipe-plugin-sdk/v5 from 5.10.1 to 5.10.4 by @dependabot in https://github.com/gabrielsoltz/steampipe-plugin-semgrep/pull/34 +- Update Semgrep API Definition 1.0.0 by @gabrielsoltz in https://github.com/gabrielsoltz/steampipe-plugin-semgrep/pull/35 + +**Full Changelog**: https://github.com/gabrielsoltz/steampipe-plugin-semgrep/compare/v0.0.2...v0.0.3 + +## v0.0.2 [2023-05-14] + +_What's new?_ + +- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in https://github.com/gabrielsoltz/steampipe-plugin-semgrep/pull/24 +- Bump github.com/turbot/steampipe-plugin-sdk/v5 from 5.7.0 to 5.8.0 by @dependabot in https://github.com/gabrielsoltz/steampipe-plugin-semgrep/pull/23 +- Bump github.com/hashicorp/go-getter from 1.7.3 to 1.7.4 by @dependabot in https://github.com/gabrielsoltz/steampipe-plugin-semgrep/pull/29 +- Bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in https://github.com/gabrielsoltz/steampipe-plugin-semgrep/pull/28 +- Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in https://github.com/gabrielsoltz/steampipe-plugin-semgrep/pull/26 +- Bump github.com/turbot/steampipe-plugin-sdk/v5 from 5.8.0 to 5.10.1 by @dependabot in https://github.com/gabrielsoltz/steampipe-plugin-semgrep/pull/30 + +**Full Changelog**: https://github.com/gabrielsoltz/steampipe-plugin-semgrep/compare/v0.0.1...v.0.0.2 + ## v0.0.1 [2023-12-05] _What's new?_