diff --git a/CHANGELOG.md b/CHANGELOG.md index 77f2684f..68fc8c1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +Version 2.5.10 +============== + +* Fix run filtering and apply filters to report buttons (#528) + Version 2.5.9 ============= diff --git a/backend/ibutsu_server/openapi/openapi.yaml b/backend/ibutsu_server/openapi/openapi.yaml index 7730f893..0d8afd94 100644 --- a/backend/ibutsu_server/openapi/openapi.yaml +++ b/backend/ibutsu_server/openapi/openapi.yaml @@ -2,7 +2,7 @@ openapi: 3.0.0 info: description: A system to store and query test results title: Ibutsu API - version: 2.5.9 + version: 2.5.10 servers: - url: /api tags: diff --git a/backend/pyproject.toml b/backend/pyproject.toml index fe0d4658..61ce14d9 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -1,5 +1,5 @@ [project] -version = "2.5.9" +version = "2.5.10" name = "ibutsu_server" description = "A system to store and query test results and artifacts" authors = [ diff --git a/frontend/package.json b/frontend/package.json index eaff88f2..b02fdfb0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "ibutsu-frontend", - "version": "2.5.9", + "version": "2.5.10", "private": true, "dependencies": { "@babel/core": "^7.24.7",