Skip to content

Commit

Permalink
chore(release): 0.132.4 [skip ci]
Browse files Browse the repository at this point in the history
## [0.132.4](v0.132.3...v0.132.4) (2021-11-28)

### Bug Fixes

* **api:** only mark unread book as read for tachiyomi readlist ([6609e4c](6609e4c))
* translated using Weblate ([884573e](884573e))
  • Loading branch information
semantic-release-bot committed Nov 28, 2021
1 parent 6609e4c commit fca13a7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.132.4](https://github.com/gotson/komga/compare/v0.132.3...v0.132.4) (2021-11-28)


### Bug Fixes

* **api:** only mark unread book as read for tachiyomi readlist ([6609e4c](https://github.com/gotson/komga/commit/6609e4ce04fa7f9c8b61268d0c8edb127671985d))
* translated using Weblate ([884573e](https://github.com/gotson/komga/commit/884573e20de1b905515d6e3ae5d9fbef55485fd1))

## [0.132.3](https://github.com/gotson/komga/compare/v0.132.2...v0.132.3) (2021-11-22)


Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.132.3
version=0.132.4
org.gradle.jvmargs=-Xmx2G -XX:MaxPermSize=2G
10 changes: 5 additions & 5 deletions komga/docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -7798,7 +7798,7 @@
]
},
"patch": {
"operationId": "getProviders_3",
"operationId": "getProviders_5",
"responses": {
"200": {
"description": "OK",
Expand Down Expand Up @@ -7860,7 +7860,7 @@
]
},
"get": {
"operationId": "getProviders_2",
"operationId": "getProviders_4",
"responses": {
"200": {
"description": "OK",
Expand Down Expand Up @@ -7891,7 +7891,7 @@
]
},
"options": {
"operationId": "getProviders_4",
"operationId": "getProviders_1",
"responses": {
"200": {
"description": "OK",
Expand Down Expand Up @@ -7922,7 +7922,7 @@
]
},
"delete": {
"operationId": "getProviders_1",
"operationId": "getProviders_2",
"responses": {
"200": {
"description": "OK",
Expand Down Expand Up @@ -7953,7 +7953,7 @@
]
},
"put": {
"operationId": "getProviders_5",
"operationId": "getProviders_3",
"responses": {
"200": {
"description": "OK",
Expand Down

0 comments on commit fca13a7

Please sign in to comment.