diff --git a/CHANGELOG.md b/CHANGELOG.md index e93ede3b4..280641cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [4.47.9](https://github.com/stencila/hub/compare/v4.47.8...v4.47.9) (2021-06-15) + + +### Bug Fixes + +* **deps:** update dependency prometheus_client to v0.11.0 ([bfd8136](https://github.com/stencila/hub/commit/bfd8136e485c1d548a3ad54c4a1244afac7cd928)) +* **deps:** update dependency userflow.js to v2.2.0 ([e3ee5a7](https://github.com/stencila/hub/commit/e3ee5a717a7dd9db59e7df4713fd1e2a61f84935)) +* **deps:** update nginx docker tag to v1.21.0 ([f3c52c9](https://github.com/stencila/hub/commit/f3c52c93340ca63e28a8d51bd3b0c755d399d322)) +* **Manager:** Remove Intercom integration ([9c4181e](https://github.com/stencila/hub/commit/9c4181e4d3f62121afc232ba4d1b261c50ddce85)) +* **Snapshots:** Do not include "reflow" sub-job ([cefbbdc](https://github.com/stencila/hub/commit/cefbbdc0546549c575475482fb920d4c3a20abdf)) + ## [4.47.8](https://github.com/stencila/hub/compare/v4.47.7...v4.47.8) (2021-06-15) diff --git a/clients/python/.openapi-generator-config.yaml b/clients/python/.openapi-generator-config.yaml index e84e21ede..a5cf67c59 100644 --- a/clients/python/.openapi-generator-config.yaml +++ b/clients/python/.openapi-generator-config.yaml @@ -1,7 +1,7 @@ templateDir: python/templates packageName: 'stencila.hub' packageUrl: https://pypi.org/project/stencila.hub/ -packageVersion: 4.47.8 +packageVersion: 4.47.9 infoName: Stencila and contributors infoEmail: hello@stenci.la licenseInfo: Apache 2.0 diff --git a/clients/typescript/package.json b/clients/typescript/package.json index 26225be5f..6fdb23c2f 100644 --- a/clients/typescript/package.json +++ b/clients/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@stencila/hub-client", - "version": "4.47.8", + "version": "4.47.9", "description": "Client for the Stencila Hub API", "repository": "https://github.com/stencila/hub", "author": "Stencila and contributors", diff --git a/manager/manager/version.py b/manager/manager/version.py index 1395f667f..8092db980 100644 --- a/manager/manager/version.py +++ b/manager/manager/version.py @@ -1 +1 @@ -__version__ = "4.47.8" +__version__ = "4.47.9"