diff --git a/CHANGELOG.md b/CHANGELOG.md index b389a70..e347471 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,11 +15,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed ### Fixed -* Lowercased r-index and a-index in the SVG. These were previously uppercased as R-index and A-index for consistency with how originally named by the creators of these bibliometrics, but looked out of place on the SVG. ### CI/CD +## [3.2.0] - 2024-03-05 + +### Added +* Calculation of m-quotient + +### Fixed +* Lowercased r-index and a-index in the SVG. These were previously uppercased as R-index and A-index for consistency with how originally named by the creators of these bibliometrics, but looked out of place on the SVG. + + ## [3.1.1] - 2024-02-25 ### Fixed diff --git a/pyproject.toml b/pyproject.toml index a2e7a29..c74cad6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bibliometrics" -version = "3.1.1" +version = "3.2.0" authors = [ { name="Vincent A. Cicirello", email="development@cicirello.org" }, ]