From 93bce4a082b645302a63928b995c386781dd3869 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 15 Jun 2021 21:54:22 +0200 Subject: [PATCH] doc: Update Changelog. --- CHANGELOG.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3699cd..67f6e79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,30 @@ 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). -## [1.0.2](https://github.com/loophp/tin/compare/1.0.1...1.0.2) +## [1.0.3](https://github.com/loophp/tin/compare/1.0.2...1.0.3) + +### Merged + +- Fix Belgium algorithm - rule 2 [`#2`](https://github.com/loophp/tin/pull/2) + +### Commits + +- chore: Add docker-compose file. [`8814b1d`](https://github.com/loophp/tin/commit/8814b1d842cc6314b733db5c8a8c77a58cdd5e2a) +- chore: Normalize composer.json [`9b769bd`](https://github.com/loophp/tin/commit/9b769bd05032f2d3ffae8d439fba36bc64f29b04) +- ci: Update CI. [`90d3fbd`](https://github.com/loophp/tin/commit/90d3fbd944ee402805e898e3286e18980c37f767) +- ci: Add auto-changelog service and commands. [`953b0ff`](https://github.com/loophp/tin/commit/953b0ffd27d08b862934c792477046b8f5ed99b1) +- chore: Update static files. [`ee055f7`](https://github.com/loophp/tin/commit/ee055f7c3c5a4eab4317f9144f162c367ef6d41d) +- Autofix code style. [`1d6cb28`](https://github.com/loophp/tin/commit/1d6cb282bd8006e7ec61b3a8bba4763907ed9d50) +- Replace mb_* with standard functions. [`6cfa85b`](https://github.com/loophp/tin/commit/6cfa85bd576a376612f7e9ee9080450e0bdedac9) +- Update TIN class and pass the TIN number to the exception when throwing. [`b6cf82e`](https://github.com/loophp/tin/commit/b6cf82e36ff11a7b467d89b2c5170548730017f8) +- Update Exception file and be more verbose. [`2ddfca9`](https://github.com/loophp/tin/commit/2ddfca9f99a91cdf83b655cedd585b4fed58c4ce) +- fix: Fix Belgium algorithm - rule 2. [`7b42ac4`](https://github.com/loophp/tin/commit/7b42ac46b9014678bde54d0d036797bdc0001ee9) + +## [1.0.2](https://github.com/loophp/tin/compare/1.0.1...1.0.2) - 2020-11-11 ### Commits +- docs: Add CHANGELOG.md file. [`75b3ad9`](https://github.com/loophp/tin/commit/75b3ad99c6bf1f0de75a7869153615129e59d703) - ci: Update Github actions configuration. [`2a8aec5`](https://github.com/loophp/tin/commit/2a8aec5fbf69049c51bb75b2f4e372c13bf9aa25) - chore: Static files maintenance. [`b251d59`](https://github.com/loophp/tin/commit/b251d593b35b23b7c5d1b0116e7993a73f04caf7)