From de3c554477473330060e694eea351068bdcff4bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erdo=C4=9Fan=20Yoksul?= Date: Mon, 11 Oct 2021 11:11:38 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a31ad45..719e0fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## Unreleased +## 0.1.5 - 2021-10-11 +### Added +- Extended IP test cases + ## 0.1.4 - 2021-09-28 ### Fixed - Fixed critical bug in `Ipv4Cidr` and `Ipv6Cidr` validators. For details [issue #1](https://github.com/eredotpkfr/golidators/issues/1)