diff --git a/CHANGELOG.md b/CHANGELOG.md index e4bc65b1..3274884f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # SAS Powerschool Enhancement Suite Changelog +## [v0.25.0](https://github.com/sas-fossdev/saspes/tree/v0.25.0) (2021-10-13) + +[Full Changelog](https://github.com/sas-fossdev/saspes/compare/v0.24.2...v0.25.0) + +### Fixed + +- Re-adds percentages and fix powerschool changes [\#304](https://github.com/sas-fossdev/saspes/pull/304) ([Suhas-13](https://github.com/Suhas-13)) + ## [v0.24.2](https://github.com/sas-fossdev/saspes/tree/v0.24.2) (2021-06-17) [Full Changelog](https://github.com/sas-fossdev/saspes/compare/v0.24.1...v0.24.2) diff --git a/package-lock.json b/package-lock.json index f5b5c5c0..582b4631 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "saspes", - "version": "0.24.2", + "version": "0.25.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c240c99b..c6fea444 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saspes", - "version": "0.24.2", + "version": "0.25.0", "version_name_prefix": "Open Beta ", "private": true, "description": "SAS Powerschool Enhancement Suite",