From 01ef3b1fabcd3d55bfb3b226b75ccaa988b35743 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 13:57:31 +0000 Subject: [PATCH] chore(main): release 1.0.0 --- CHANGELOG.md | 16 ++++++++++++++++ mix.exs | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b41d0b0..bc8cfac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## 1.0.0 (2023-07-28) + + +### Features + +* add validate function ([b54e75a](https://github.com/floatpays/za_id_number/commit/b54e75a8f63ecd82ed37d270209a080c3ae24bea)) +* generate mix project ([e99b079](https://github.com/floatpays/za_id_number/commit/e99b07977ca2fd5229fa5051b9a1b8c7868f28b9)) +* update package information ([89ebb3a](https://github.com/floatpays/za_id_number/commit/89ebb3a034cb935fba328e52007583403ca3621e)) + + +### Bug Fixes + +* allow nil id_number and don't require options ([996d851](https://github.com/floatpays/za_id_number/commit/996d851f71d60cf2f94511b2dea2a5fbd08336ea)) +* do not crash when value is an integer ([c6f7745](https://github.com/floatpays/za_id_number/commit/c6f77457f68262375cd6af529c9b30a96486fd06)) +* fix eos issue when parsing the string ([44deba5](https://github.com/floatpays/za_id_number/commit/44deba5666c5653d285e1326b2bdd76917146d5f)) + ## [0.1.4] Add automated releases diff --git a/mix.exs b/mix.exs index a743088..ed12b3f 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule ZaIdNumber.MixProject do def project do [ app: :za_id_number, - version: "0.1.4", + version: "1.0.0", elixir: "~> 1.14", description: description(), package: package(),