diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3b5a2e7..7059b38 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.3.4"} \ No newline at end of file +{".":"0.3.5"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 96e475c..41dd000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [0.3.5](https://www.github.com/looker-open-source/looker_deployer/compare/looker-deployer-v0.3.4...looker-deployer-v0.3.5) (2022-05-20) + + +### Features + +* Adding a custom user agent ([c9cb353](https://www.github.com/looker-open-source/looker_deployer/commit/c9cb353dbf2e9c42485241c2d29f2b2fc8a99d34)) + ### [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) diff --git a/looker_deployer/version.py b/looker_deployer/version.py index 1ce02ee..27b8673 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.4" +__version__ = "0.3.5"