diff --git a/CHANGELOG.md b/CHANGELOG.md index b4cbde5..460600e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ > All notable changes to this project will be documented in this file. +## [0.9.0] - 2024-01-26 + +- Add TSP API and UI options + ## [0.8.0] - 2023-02-11 - Add full UI for assignment problem page diff --git a/libs/shared/data/constants/src/index.ts b/libs/shared/data/constants/src/index.ts index c51401b..8a1507d 100644 --- a/libs/shared/data/constants/src/index.ts +++ b/libs/shared/data/constants/src/index.ts @@ -1,3 +1,3 @@ export default { - appVersion: '0.8.0', + appVersion: '0.9.0', }; diff --git a/package.json b/package.json index 0f353bf..1548126 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opres", - "version": "0.8.0", + "version": "0.9.0", "license": "MIT", "scripts": { "ng": "nx",