Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
changelog and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaswinkler committed Dec 16, 2020
1 parent a59f8cd commit eaf11ea
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/hub/docker-compose.postgres.yml
Expand Up @@ -15,7 +15,7 @@ services:
POSTGRES_PASSWORD: paperless

webserver:
image: jonaswinkler/paperless-ng:0.9.7
image: jonaswinkler/paperless-ng:0.9.8
restart: always
depends_on:
- db
Expand Down
2 changes: 1 addition & 1 deletion docker/hub/docker-compose.sqlite.yml
Expand Up @@ -5,7 +5,7 @@ services:
restart: always

webserver:
image: jonaswinkler/paperless-ng:0.9.7
image: jonaswinkler/paperless-ng:0.9.8
restart: always
depends_on:
- broker
Expand Down
9 changes: 9 additions & 0 deletions docs/changelog.rst
Expand Up @@ -6,6 +6,15 @@ Changelog
*********


paperless-ng 0.9.8
##################

This release addresses two severe issues with the previous release.

* The delete buttons for document types, correspondents and tags were not working.
* The document section in the admin was causing internal server errors (500).


paperless-ng 0.9.7
##################

Expand Down
2 changes: 1 addition & 1 deletion src-ui/src/environments/environment.prod.ts
Expand Up @@ -2,5 +2,5 @@ export const environment = {
production: true,
apiBaseUrl: "/api/",
appTitle: "Paperless-ng",
version: "0.9.7"
version: "0.9.8"
};
2 changes: 1 addition & 1 deletion src/paperless/version.py
@@ -1 +1 @@
__version__ = (0, 9, 7)
__version__ = (0, 9, 8)

0 comments on commit eaf11ea

Please sign in to comment.