diff --git a/CHANGELOG.md b/CHANGELOG.md index ab74e8f..7af7ca7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.2.0](https://github.com/KenanY/glicko2-lite/compare/3.1.0...3.2.0) (2023-04-26) + + +### Features + +* update inequality in step 5.4 ([72d4996](https://github.com/KenanY/glicko2-lite/commit/72d499643f6ec74b335ea2edd145392c1a478759)) + ## [3.1.0](https://github.com/KenanY/glicko2-lite/compare/3.0.0...3.1.0) (2023-03-26) diff --git a/package.json b/package.json index 04403bf..cf5bcb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "glicko2-lite", - "version": "3.1.0", + "version": "3.2.0", "description": "Barebones Glicko-2 implementation", "keywords": [ "statistics"