From 2e9dafb615e93ef84a043f9fd294f6b19731b458 Mon Sep 17 00:00:00 2001 From: Yozachar <38415384+yozachar@users.noreply.github.com> Date: Mon, 8 Jul 2024 17:27:34 +0530 Subject: [PATCH] fix: typos in --- CHANGES.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index e1e71800..3e069692 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -17,14 +17,13 @@ _**Breaking**_ _**Features**_ -- feat: add validator for base16 encoding by @msamsami in [#386](https://github.com/python-validators/validators/pull/386) -- feat: add validator for base32 encoding by @msamsami in [#386](https://github.com/python-validators/validators/pull/386) +- feat: add validators for `base16` and `base32` encodings by @msamsami in [#386](https://github.com/python-validators/validators/pull/386) _**Maintenance**_ - maint: bump version by @msamsami in [#386](https://github.com/python-validators/validators/pull/386) -**Full Changelog**: [`0.29.0...0.30.0`](https://github.com/python-validators/validators/compare/0.30.0...0.31.0) +**Full Changelog**: [`0.30.0...0.31.0`](https://github.com/python-validators/validators/compare/0.30.0...0.31.0) ---