Skip to content

Commit

Permalink
chore(release): 1.28.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.28.2](v1.28.1...v1.28.2) (2023-09-18)

### Bug Fixes

* slow query taking up 66% of db time ([#298](#298)) ([625db7d](625db7d))
  • Loading branch information
semantic-release-bot committed Sep 18, 2023
1 parent 625db7d commit 35b4874
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.28.2](https://github.com/apricote/Listory/compare/v1.28.1...v1.28.2) (2023-09-18)


### Bug Fixes

* slow query taking up 66% of db time ([#298](https://github.com/apricote/Listory/issues/298)) ([625db7d](https://github.com/apricote/Listory/commit/625db7dbe71a7315921562bfab82420c04aa6c17))

## [1.28.1](https://github.com/apricote/Listory/compare/v1.28.0...v1.28.1) (2023-09-16)


Expand Down
4 changes: 2 additions & 2 deletions charts/listory/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 1.28.1
version: 1.28.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 1.28.1
appVersion: 1.28.2
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- db

api:
image: apricote/listory:1.28.1
image: apricote/listory:1.28.2
restart: unless-stopped
environment:
DB_HOST: db
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@listory/api",
"version": "1.28.1",
"version": "1.28.2",
"description": "Track your Spotify Listen History",
"author": {
"name": "Julian Tölle",
Expand Down

0 comments on commit 35b4874

Please sign in to comment.