chore: release version v1.2.3

This commit is contained in:
James Harton 2022-10-03 19:09:46 +00:00
parent 7d3e8b186a
commit c688b7b58f
3 changed files with 11 additions and 2 deletions

View file

@ -5,6 +5,15 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
<!-- changelog -->
## [v1.2.3](https://gitlab.com/***PROJECT_PATH***/compare/v1.2.2...v1.2.3) (2022-10-03)
### Improvements:
* Add :crypto to extra_applications
## [v1.2.2](https://gitlab.com/***PROJECT_PATH***/compare/v1.2.1...v1.2.2) (2022-09-27)

View file

@ -13,7 +13,7 @@ by adding `ip` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ip, "~> 1.2.2"}
{:ip, "~> 1.2.3"}
]
end
```

View file

@ -4,7 +4,7 @@ defmodule IP.Mixfile do
@description """
Represtations and tools for IP addresses and networks.
"""
@version "1.2.2"
@version "1.2.3"
def project do
[