Skip to content

Commit

Permalink
chore(release): 4.38.0 [skip ci]
Browse files Browse the repository at this point in the history
# [4.38.0](v4.37.6...v4.38.0) (2021-02-27)

### Bug Fixes

* **API tokens:** Improve robustness of name parsing ([a3ab203](a3ab203))
* **API tokens:** Require user to verify email address for OpenID authentication ([0208ff7](0208ff7))
* **Settings:** Use correct setting key ([9618a19](9618a19))

### Features

* **Social tokens:** Allow for tokens to be refreshed ([ae3aabb](ae3aabb))
* **Social tokens:** Allow tokens to be refreshed using header in API requests ([cb2a594](cb2a594))
  • Loading branch information
stencila-ci committed Feb 27, 2021
1 parent 28f9d4a commit 55678fd
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [4.38.0](https://github.com/stencila/hub/compare/v4.37.6...v4.38.0) (2021-02-27)


### Bug Fixes

* **API tokens:** Improve robustness of name parsing ([a3ab203](https://github.com/stencila/hub/commit/a3ab203ca6b6d2cb60d3d4b99a46bb655aa066a6))
* **API tokens:** Require user to verify email address for OpenID authentication ([0208ff7](https://github.com/stencila/hub/commit/0208ff73f7ea6fe0b266789e3ee44cc0b79af3f2))
* **Settings:** Use correct setting key ([9618a19](https://github.com/stencila/hub/commit/9618a19cd333664d8e75c473e76f7469962434c4))


### Features

* **Social tokens:** Allow for tokens to be refreshed ([ae3aabb](https://github.com/stencila/hub/commit/ae3aabb7926b5b2fb1101e593521b02104a63e81))
* **Social tokens:** Allow tokens to be refreshed using header in API requests ([cb2a594](https://github.com/stencila/hub/commit/cb2a594eef47e5c45d776364fb51f4ce1b39acd2))

## [4.37.6](https://github.com/stencila/hub/compare/v4.37.5...v4.37.6) (2021-02-26)


Expand Down
2 changes: 1 addition & 1 deletion clients/python/.openapi-generator-config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
templateDir: python/templates
packageName: 'stencila.hub'
packageUrl: https://pypi.org/project/stencila.hub/
packageVersion: 4.37.6
packageVersion: 4.38.0
infoName: Stencila and contributors
infoEmail: [email protected]
licenseInfo: Apache 2.0
2 changes: 1 addition & 1 deletion clients/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stencila/hub-client",
"version": "4.37.6",
"version": "4.38.0",
"description": "Client for the Stencila Hub API",
"repository": "https://github.com/stencila/hub",
"author": "Stencila and contributors",
Expand Down
2 changes: 1 addition & 1 deletion manager/manager/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.37.6"
__version__ = "4.38.0"

0 comments on commit 55678fd

Please sign in to comment.