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

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaswinkler committed Dec 31, 2020
1 parent 2a744a3 commit 70cb27b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/hub/docker-compose.postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
POSTGRES_PASSWORD: paperless

webserver:
image: jonaswinkler/paperless-ng:0.9.10
image: jonaswinkler/paperless-ng:0.9.11
restart: always
depends_on:
- db
Expand Down
2 changes: 1 addition & 1 deletion docker/hub/docker-compose.sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
restart: always

webserver:
image: jonaswinkler/paperless-ng:0.9.10
image: jonaswinkler/paperless-ng:0.9.11
restart: always
depends_on:
- broker
Expand Down
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
Changelog
*********


paperless-ng 0.9.11
###################

* Fixed an issue with the docker image not starting at all due to a configuration change of the web server.


paperless-ng 0.9.10
###################

Expand Down
2 changes: 1 addition & 1 deletion src-ui/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export const environment = {
production: true,
apiBaseUrl: "/api/",
appTitle: "Paperless-ng",
version: "0.9.10"
version: "0.9.11"
};
2 changes: 1 addition & 1 deletion src/paperless/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = (0, 9, 10)
__version__ = (0, 9, 11)

0 comments on commit 70cb27b

Please sign in to comment.