Skip to content

Commit

Permalink
chore(release): 0.9.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.9.2](v0.9.1...v0.9.2) (2020-03-23)

### Bug Fixes

* **deps:** update dependency django to v2.2.11 ([65a3ede](65a3ede))
* **deps:** update dependency django-allauth to v0.41.0 ([924a9fa](924a9fa))
* **deps:** update dependency django-configurations to v2.2 ([2b55b7e](2b55b7e))
* **deps:** update dependency django-crispy-forms to v1.9.0 ([22be7ab](22be7ab))
* **User search:** Account for change in API ([3ed7c73](3ed7c73))
* **User search API:** Add additional fields to result and alter fields searched ([8211723](8211723))
  • Loading branch information
stencila-ci committed Mar 23, 2020
1 parent 1235811 commit ffe5378
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [0.9.2](https://github.com/stencila/hub/compare/v0.9.1...v0.9.2) (2020-03-23)


### Bug Fixes

* **deps:** update dependency django to v2.2.11 ([65a3ede](https://github.com/stencila/hub/commit/65a3ede36e0678b63a057e8bb0ad8d9092c88e79))
* **deps:** update dependency django-allauth to v0.41.0 ([924a9fa](https://github.com/stencila/hub/commit/924a9fa0a547c3a154ca1ae96d11336ca99f10fd))
* **deps:** update dependency django-configurations to v2.2 ([2b55b7e](https://github.com/stencila/hub/commit/2b55b7e5d4aca669edf844f9beabdd3c35e61467))
* **deps:** update dependency django-crispy-forms to v1.9.0 ([22be7ab](https://github.com/stencila/hub/commit/22be7ab1a05a9d252488f851d5ca5c5f34f6ffc0))
* **User search:** Account for change in API ([3ed7c73](https://github.com/stencila/hub/commit/3ed7c7303c0f9ba1fa0813a835d850bc362f6d02))
* **User search API:** Add additional fields to result and alter fields searched ([8211723](https://github.com/stencila/hub/commit/8211723c1603ecc6a3ad5cdd853c6342fad5bda2))

## [0.9.1](https://github.com/stencila/hub/compare/v0.9.0...v0.9.1) (2020-03-21)


Expand Down
2 changes: 1 addition & 1 deletion director/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.9.1"
__version__ = "0.9.2"

0 comments on commit ffe5378

Please sign in to comment.