Skip to content

Commit

Permalink
Merge pull request #5 from floatpays/release-please--branches--main--…
Browse files Browse the repository at this point in the history
…components--za_national_id

chore(main): release 1.0.0
  • Loading branch information
wkirschbaum authored Jul 28, 2023
2 parents cb20a22 + 01ef3b1 commit dcdf6ac
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit dcdf6ac

Please sign in to comment.