From 0b8b89141f22a0b9b83aadd6d131c50a7959aed2 Mon Sep 17 00:00:00 2001 From: looker-open-source-automation-bot Date: Wed, 9 Mar 2022 20:44:21 -0500 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..816df2d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a61eb89 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,15 @@ +# Changelog + +### [0.3.1](https://www.github.com/looker-open-source/looker_deployer/compare/looker-deployer-v0.3.0...looker-deployer-v0.3.1) (2022-03-10) + + +### Bug Fixes + +* adjusted github action for new branch name ([9392914](https://www.github.com/looker-open-source/looker_deployer/commit/93929146f2fe5523b437cfb37398e6e31a6f6f6f)) +* Updated author name, email, and license field ([f83c9f4](https://www.github.com/looker-open-source/looker_deployer/commit/f83c9f4710c21af4710ef7ddde43842bd88840cb)) +* updated Pipfile.lock to correct security alert in dependency ([0705536](https://www.github.com/looker-open-source/looker_deployer/commit/07055362235214ff65b14f7db79d64e977aa6e7e)) + + +### Documentation + +* added CODE_OF_CONDUCT.md and adjusted CONTRIBUTING.md ([1b8bcab](https://www.github.com/looker-open-source/looker_deployer/commit/1b8bcab2ff833cf6735b70b5334b402e0dcd57e1))