diff --git a/CHANGELOG.md b/CHANGELOG.md index 26c9100..f398eb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [2.2.0] -2024-12-12 +## [2.2.1] - 2024-12-16 + +### Fixed + +- fixed failed import + + +## [2.2.0] - 2024-12-12 ### New diff --git a/Makefile b/Makefile index 3dbdd69..a6bb5a2 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ help: .PHONY: build-push build-push: docker login ghcr.io - docker build --push --platform linux/amd64 --tag ghcr.io/nextcloud/llm2:2.2.0 --tag ghcr.io/nextcloud/llm2:latest . + docker build --push --platform linux/amd64 --tag ghcr.io/nextcloud/llm2:2.2.1 --tag ghcr.io/nextcloud/llm2:latest . .PHONY: download-models download-models: diff --git a/appinfo/info.xml b/appinfo/info.xml index d0d2358..623c6c5 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -13,7 +13,7 @@ See [the nextcloud admin docs](https://docs.nextcloud.com/server/latest/admin_manual/ai/index.html) for more information. ]]> - 2.2.0 + 2.2.1 MIT Marcel Klehr Alexander Piskun @@ -30,7 +30,7 @@ See [the nextcloud admin docs](https://docs.nextcloud.com/server/latest/admin_ma ghcr.io nextcloud/llm2 - 2.2.0 + 2.2.1 AI_PROVIDERS