diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f5fd32..b8d06af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v1.4.0 - 2023-12-12 + +- Misc doc changes ([kianmeng](https://github.com/kianmeng)) +- Add excoveralls for test coverage reporting ([sbothma](https://github.com/sbothma)) +- Add @type annotations ([s3cur3](https://github.com/s3cur3)) + ## v1.3.0 - 2020-01-04 - Parsing of invalid MAC Addresses will no longer raise ArgumentError #19 ([sneako](https://github.com/sneako)) diff --git a/README.md b/README.md index 50c0094..72d277a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ due to the types it is providing. def deps do [ # or 0.7.0 if you're stuck on Ecto < 3 - {:ecto_network, "~> 1.3.0"} + {:ecto_network, "~> 1.4.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 6ce5c96..b95be9d 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule EctoNetwork.Mixfile do use Mix.Project @source_url "https://github.com/adam12/ecto_network" - @version "1.3.0" + @version "1.4.0" def project do [