Skip to content

Commit

Permalink
chore(release): 1.8.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 28, 2023
1 parent 85cae8a commit c9cb93c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# [1.8.1](https://github.com/gotson/komga/compare/1.8.0...1.8.1) (2023-11-28)
## 🐛 Fixes
**api**
- set X-Frame-Options header to same origin for epubreader ([85cae8a](https://github.com/gotson/komga/commits/85cae8a))

# [1.8.0](https://github.com/gotson/komga/compare/1.7.2...1.8.0) (2023-11-28)
## 🚀 Features
**api**
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=1.8.0
version=1.8.1
org.gradle.jvmargs=-Xmx2G
6 changes: 3 additions & 3 deletions komga/docs/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -12872,6 +12872,9 @@
"type": "number",
"format": "double"
},
"concrete": {
"type": "boolean"
},
"wildcardType": {
"type": "boolean"
},
Expand All @@ -12881,9 +12884,6 @@
"subtypeSuffix": {
"type": "string"
},
"concrete": {
"type": "boolean"
},
"charset": {
"type": "string"
}
Expand Down

0 comments on commit c9cb93c

Please sign in to comment.