Skip to content

Commit

Permalink
Merge pull request #1843 from thoth-station/v0.35.11
Browse files Browse the repository at this point in the history
Release of version 0.35.11
  • Loading branch information
sesheta authored Jan 26, 2023
2 parents 5387c37 + 2d8b294 commit 3f09955
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog for Thoth's User API Service

## Release 0.35.11 (2023-01-26T08:18:11)
### Features
* 7a88b8d Fix AnalysisByDigest.store_document usage
### Bug Fixes
* d344123 removed 404 error on list query

## Release 0.35.10 (2023-01-19T18:26:52)
### Features
* 0732fa1 Update exception from thoth storage CacheMissError
Expand Down
2 changes: 1 addition & 1 deletion thoth/user_api/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Thoth User API."""

__name__ = "thoth-user-api"
__version__ = "0.35.10"
__version__ = "0.35.11"

0 comments on commit 3f09955

Please sign in to comment.