diff --git a/CHANGELOG.md b/CHANGELOG.md index a14d4e7..e384292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,19 +8,23 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 3 October 2019 -- Helps avoid the same month appearing in both parts of a split log [`#66`](https://github.com/DEFRA/water-abstraction-helpers/pull/66) +- Adds functions to get total and billable days for charging [`1c1061b`](https://github.com/DEFRA/water-abstraction-helpers/commit/1c1061b69c63106345a651fc624009388f11c431) +- Use moment range for billable days calculation [`0c79193`](https://github.com/DEFRA/water-abstraction-helpers/commit/0c79193ff50a6a42f615fe1c2a6d78d0620ece44) +- Add additional tests [`3c80ff0`](https://github.com/DEFRA/water-abstraction-helpers/commit/3c80ff02dd0126f7e05af1990681a4283d6afa3c) +- Add additional tests [`612f2ef`](https://github.com/DEFRA/water-abstraction-helpers/commit/612f2efbaa43e4de801d0fafc6541c24eb3773dc) + +### [v3.2.0](https://github.com/DEFRA/water-abstraction-helpers/compare/v2.3.0...v3.2.0) + +> 20 September 2019 + - Feat: Adds PUT to service request [`#57`](https://github.com/DEFRA/water-abstraction-helpers/pull/57) - Feat: Prevent singleton loggers [`#43`](https://github.com/DEFRA/water-abstraction-helpers/pull/43) - Chore: Update eslint and add ignore file [`#38`](https://github.com/DEFRA/water-abstraction-helpers/pull/38) - Update version number to 2.5.0 [`#39`](https://github.com/DEFRA/water-abstraction-helpers/pull/39) - Add partial period flag to required lines for monthly split log returns [`#37`](https://github.com/DEFRA/water-abstraction-helpers/pull/37) - Feat/return period end [`#35`](https://github.com/DEFRA/water-abstraction-helpers/pull/35) -- Adds functions to get total and billable days for charging [`1c1061b`](https://github.com/DEFRA/water-abstraction-helpers/commit/1c1061b69c63106345a651fc624009388f11c431) -- Use moment range for billable days calculation [`0c79193`](https://github.com/DEFRA/water-abstraction-helpers/commit/0c79193ff50a6a42f615fe1c2a6d78d0620ece44) - Change use of 'isPartialPeriod' to 'isLastDayOfMonth' for clarity. Add tests. [`6732dfc`](https://github.com/DEFRA/water-abstraction-helpers/commit/6732dfc5d5fe2ef21637f66d9fb03444716c5b86) -- Add additional tests [`3c80ff0`](https://github.com/DEFRA/water-abstraction-helpers/commit/3c80ff02dd0126f7e05af1990681a4283d6afa3c) - Add logic to check if return is for partial period [`3bd0460`](https://github.com/DEFRA/water-abstraction-helpers/commit/3bd04607eddbb9b332eb56b5e0829d41db24884d) -- Add additional tests [`612f2ef`](https://github.com/DEFRA/water-abstraction-helpers/commit/612f2efbaa43e4de801d0fafc6541c24eb3773dc) - Refactored code based on comments [`8e41522`](https://github.com/DEFRA/water-abstraction-helpers/commit/8e415228938ae65834d179a7303c2f01d573b41c) #### [v2.3.0](https://github.com/DEFRA/water-abstraction-helpers/compare/v2.2.0...v2.3.0)