Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Versions {
}

group = "com.ravit"
version = "0.2.10"
version = "0.2.11"

java {
toolchain {
Expand Down
10 changes: 10 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@

<!-- CHANGELOG_START -->

## v0.2.11
`2026.01.17 02:15`

새 이미지 배포 트리거

- production 로깅 설정 복구 (com.ravit.stash: INFO)
- /externals/health endpoint 포함된 이미지 배포

---

## v0.2.10
`2026.01.17 17:30`

Expand Down
1 change: 1 addition & 0 deletions src/main/resources/application-production.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
logging:
level:
root: INFO
com.ravit.stash: INFO