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 .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.38.0"
".": "2.38.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to CHUB are documented here. Format loosely follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [2.38.1](https://github.com/chodeus/chub/compare/v2.38.0...v2.38.1) (2026-07-04)


### Bug Fixes

* **posters:** delete the configured gdrive folder, not the request path ([743a087](https://github.com/chodeus/chub/commit/743a087230f9e60a487571c8ff968af209d39e04))

## [2.38.0](https://github.com/chodeus/chub/compare/v2.37.0...v2.38.0) (2026-07-04)


Expand Down
2 changes: 1 addition & 1 deletion deploy/docker/compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
chub:
image: ghcr.io/chodeus/chub:latest@sha256:aa34f9de43275074d250e82583966634bc34155334dd77fa452f7633dbefba5b
image: ghcr.io/chodeus/chub:latest@sha256:57526a01408ebdefa567d18dc37b03d3b1db20386259d35f71d8cd48d55e87d0
container_name: chub
restart: unless-stopped

Expand Down
Loading