From 1f32239beea5727e553a6d9f46b789c418faabd6 Mon Sep 17 00:00:00 2001 From: Gitlab Runner for James Harton Date: Thu, 22 Sep 2022 23:48:53 +0000 Subject: [PATCH] chore: release version v1.2.1 --- CHANGELOG.md | 9 +++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89a7195..9e4bd04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.2.1](https://gitlab.com/***PROJECT_PATH***/compare/v1.2.0...v1.2.1) (2022-09-22) + + + + +### Bug Fixes: + +* correctly validate IPv4 netmasks + ## [v1.2.0](https://gitlab.com/***PROJECT_PATH***/compare/v1.1.1...v1.2.0) (2022-03-01) diff --git a/README.md b/README.md index fb87bcb..75c01c7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ by adding `ip` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:ip, "~> 1.2.0"} + {:ip, "~> 1.2.1"} ] end ``` diff --git a/mix.exs b/mix.exs index ba65f17..ab6968a 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule IP.Mixfile do @description """ Represtations and tools for IP addresses and networks. """ - @version "1.2.0" + @version "1.2.1" def project do [