Skip to content

Commit

Permalink
version bump for 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Paige Gulley committed Feb 12, 2024
1 parent 8c6e5a5 commit 3ef32bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Deployments are now configured to be automatically built and released via GitHub
5. Once it is done, the labeled image will be ready at https://hub.docker.com/r/mcsystems/news-search-api

## Version History

* __v1.3.1__ - Bugfix for 1.3.0
* __v1.3.0__ - Change to return aliases as well as indexes as legal values in Collections, and update article endpoint to work in the ILM context
* __v1.2.0__ - Change related to ID update in backend ES, including refurbishing the article endpoint and tests
* __v1.1.0__ - Change to return `None` when data is missing (including publication date), update dependencies
Expand Down
2 changes: 1 addition & 1 deletion api.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@


class ApiVersion(str, Enum):
v1 = "1.3.0"
v1 = "1.3.1"


config = load_config()
Expand Down

0 comments on commit 3ef32bb

Please sign in to comment.