diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bd022c5..84446fc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.3.8"} \ No newline at end of file +{".":"0.3.9"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c6b5dc..bb825cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.3.9](https://github.com/looker-open-source/looker_deployer/compare/looker-deployer-v0.3.8...looker-deployer-v0.3.9) (2023-02-20) + + +### Features + +* Add content export for dashboard and look only ([6890d04](https://github.com/looker-open-source/looker_deployer/commit/6890d044745f7becd199715b58c4be6f5e312ba1)) + + +### Bug Fixes + +* build(deps): bump cryptography from 38.0.4 to 39.0.1 ([644c0ba](https://github.com/looker-open-source/looker_deployer/commit/644c0ba20b5853b355dacbf018ed03402d53504c)) +* bump setuptools from 60.10.0 to 65.5.1 ([ee32c84](https://github.com/looker-open-source/looker_deployer/commit/ee32c84f622fa8938131bf69e2cfb61bc9bad919)) + ## [0.3.8](https://github.com/looker-open-source/looker_deployer/compare/looker-deployer-v0.3.7...looker-deployer-v0.3.8) (2022-10-07) diff --git a/looker_deployer/version.py b/looker_deployer/version.py index a36759d..2c63604 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.8" +__version__ = "0.3.9"