diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000..35593c5c88 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,27 @@ + +# v2.5.4 + +## Highlights + +{{RELEASE HIGHLIGHTS}} + +As always, please consider supporting the project. + +🎉 Cheers! 🎉 + + +---- + +And as always, bugs are fixed, and many other improvements also come with this release. + + + +## What's Changed +### 🐛 Bug fixes +* fix: album dto docs by @jrasm91 in https://github.com/immich-app/immich/pull/25873 + + +**Full Changelog**: https://github.com/immich-app/immich/compare/v2.5.3...v2.5.4 + +--- + diff --git a/cli/package.json b/cli/package.json index acd20a8468..bd26707285 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@immich/cli", - "version": "2.5.3", + "version": "2.5.4", "description": "Command Line Interface (CLI) for Immich", "type": "module", "exports": "./dist/index.js", diff --git a/docs/static/archived-versions.json b/docs/static/archived-versions.json index 0230654530..81d2f86360 100644 --- a/docs/static/archived-versions.json +++ b/docs/static/archived-versions.json @@ -1,7 +1,7 @@ [ { - "label": "v2.5.3", - "url": "https://docs.v2.5.3.archive.immich.app" + "label": "v2.5.4", + "url": "https://docs.v2.5.4.archive.immich.app" }, { "label": "v2.4.1", diff --git a/e2e/package.json b/e2e/package.json index 44fbe9320f..9e8efda6f0 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -1,6 +1,6 @@ { "name": "immich-e2e", - "version": "2.5.3", + "version": "2.5.4", "description": "", "main": "index.js", "type": "module", diff --git a/i18n/package.json b/i18n/package.json index 20bcc64d9a..493e929c44 100644 --- a/i18n/package.json +++ b/i18n/package.json @@ -1,6 +1,6 @@ { "name": "immich-i18n", - "version": "2.5.3", + "version": "2.5.4", "private": true, "scripts": { "format": "prettier --check .", diff --git a/machine-learning/pyproject.toml b/machine-learning/pyproject.toml index b613e85682..201859ab27 100644 --- a/machine-learning/pyproject.toml +++ b/machine-learning/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "immich-ml" -version = "2.5.3" +version = "2.5.4" description = "" authors = [{ name = "Hau Tran", email = "alex.tran1502@gmail.com" }] requires-python = ">=3.11,<4.0" diff --git a/machine-learning/uv.lock b/machine-learning/uv.lock index 4b4a0fbb94..417401a818 100644 --- a/machine-learning/uv.lock +++ b/machine-learning/uv.lock @@ -882,7 +882,7 @@ wheels = [ [[package]] name = "immich-ml" -version = "2.5.3" +version = "2.5.4" source = { editable = "." } dependencies = [ { name = "aiocache" }, diff --git a/mobile/android/fastlane/Fastfile b/mobile/android/fastlane/Fastfile index 347ec1b680..6cd73cae0b 100644 --- a/mobile/android/fastlane/Fastfile +++ b/mobile/android/fastlane/Fastfile @@ -35,8 +35,8 @@ platform :android do task: 'bundle', build_type: 'Release', properties: { - "android.injected.version.code" => 3034, - "android.injected.version.name" => "2.5.3", + "android.injected.version.code" => 3035, + "android.injected.version.name" => "2.5.4", } ) upload_to_play_store(skip_upload_apk: true, skip_upload_images: true, skip_upload_screenshots: true, aab: '../build/app/outputs/bundle/release/app-release.aab') diff --git a/mobile/ios/Runner/Info.plist b/mobile/ios/Runner/Info.plist index 86c487bb64..319d991cd3 100644 --- a/mobile/ios/Runner/Info.plist +++ b/mobile/ios/Runner/Info.plist @@ -80,7 +80,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.5.3 + 2.5.4 CFBundleSignature ???? CFBundleURLTypes diff --git a/mobile/openapi/README.md b/mobile/openapi/README.md index 88d698e55b..cca5a8567f 100644 --- a/mobile/openapi/README.md +++ b/mobile/openapi/README.md @@ -3,7 +3,7 @@ Immich API This Dart package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 2.5.3 +- API version: 2.5.4 - Generator version: 7.8.0 - Build package: org.openapitools.codegen.languages.DartClientCodegen diff --git a/mobile/pubspec.yaml b/mobile/pubspec.yaml index bea2261e81..4fe9f81963 100644 --- a/mobile/pubspec.yaml +++ b/mobile/pubspec.yaml @@ -2,7 +2,7 @@ name: immich_mobile description: Immich - selfhosted backup media file on mobile phone publish_to: 'none' -version: 2.5.3+3034 +version: 2.5.4+3035 environment: sdk: '>=3.8.0 <4.0.0' diff --git a/open-api/immich-openapi-specs.json b/open-api/immich-openapi-specs.json index 498de43471..f05da31fbf 100644 --- a/open-api/immich-openapi-specs.json +++ b/open-api/immich-openapi-specs.json @@ -15057,7 +15057,7 @@ "info": { "title": "Immich", "description": "Immich API", - "version": "2.5.3", + "version": "2.5.4", "contact": {} }, "tags": [ diff --git a/open-api/typescript-sdk/package.json b/open-api/typescript-sdk/package.json index 2a919aa640..c85f8853f8 100644 --- a/open-api/typescript-sdk/package.json +++ b/open-api/typescript-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@immich/sdk", - "version": "2.5.3", + "version": "2.5.4", "description": "Auto-generated TypeScript SDK for the Immich API", "type": "module", "main": "./build/index.js", diff --git a/open-api/typescript-sdk/src/fetch-client.ts b/open-api/typescript-sdk/src/fetch-client.ts index a08065c0e5..74d60b3b8d 100644 --- a/open-api/typescript-sdk/src/fetch-client.ts +++ b/open-api/typescript-sdk/src/fetch-client.ts @@ -1,6 +1,6 @@ /** * Immich - * 2.5.3 + * 2.5.4 * DO NOT MODIFY - This file has been generated using oazapfts. * See https://www.npmjs.com/package/oazapfts */ diff --git a/package.json b/package.json index a1dd14b940..4e3be88a53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "immich-monorepo", - "version": "2.5.3", + "version": "2.5.4", "description": "Monorepo for Immich", "private": true, "packageManager": "pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48", diff --git a/server/package.json b/server/package.json index 05d811b8a7..5a8e5b1c9a 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "immich", - "version": "2.5.3", + "version": "2.5.4", "description": "", "author": "", "private": true, diff --git a/web/package.json b/web/package.json index dd6924b675..341d11297e 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "immich-web", - "version": "2.5.3", + "version": "2.5.4", "license": "GNU Affero General Public License version 3", "type": "module", "scripts": {