From ffc9e86585c894f756e89495c510eacf860f0df8 Mon Sep 17 00:00:00 2001 From: Gitlab Runner for James Harton Date: Tue, 27 Sep 2022 22:07:34 +0000 Subject: [PATCH] chore: release version v1.2.2 --- 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 9e4bd04..25d33dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v1.2.2](https://gitlab.com/***PROJECT_PATH***/compare/v1.2.1...v1.2.2) (2022-09-27) + + + + +### Improvements: + +* Update Bitwise use, libs + ## [v1.2.1](https://gitlab.com/***PROJECT_PATH***/compare/v1.2.0...v1.2.1) (2022-09-22) diff --git a/README.md b/README.md index 75c01c7..1dd4f3c 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.1"} + {:ip, "~> 1.2.2"} ] end ``` diff --git a/mix.exs b/mix.exs index ab6968a..2b98412 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.1" + @version "1.2.2" def project do [