diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e9ccb8a..3b5a2e7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.3.3"} \ No newline at end of file +{".":"0.3.4"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index c448ab7..96e475c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +### [0.3.4](https://www.github.com/looker-open-source/looker_deployer/compare/looker-deployer-v0.3.3...looker-deployer-v0.3.4) (2022-03-29) + + +### Features + +* Updates for Additional Admin Functionality ([554fee8](https://github.com/looker-open-source/looker_deployer/commit/554fee8d09daaaecd1c01c70d5b4bc7f33b279f2)) + +### Bug Fixes + +* flake8 testing ([1ca7976](https://www.github.com/looker-open-source/looker_deployer/commit/1ca7976c555a7a3625052c93ba0838790515fdbb)) +* ignore c901 on specific function ([25d81d6](https://www.github.com/looker-open-source/looker_deployer/commit/25d81d631c3bdfcf4004a9cb168b452f1a49939f)) + ### [0.3.3](https://www.github.com/looker-open-source/looker_deployer/compare/looker-deployer-v0.3.2...looker-deployer-v0.3.3) (2022-03-24) diff --git a/looker_deployer/version.py b/looker_deployer/version.py index c1b8c54..1ce02ee 100644 --- a/looker_deployer/version.py +++ b/looker_deployer/version.py @@ -12,4 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.3.3" +__version__ = "0.3.4"