Skip to content

Commit

Permalink
Update CHANGELOG, prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed May 19, 2023
1 parent 8739cbb commit 4dbbb47
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# Changelog

## UNRELEASED (0.4.2)
## [0.4.2](https://github.com/brick/date-time/releases/tag/0.4.2) - 2023-05-19

**New methods**

- `Duration::isGreaterThanOrEqualTo()` ([#50](https://github.com/brick/date-time/pull/50))
- `Duration::isLessThanOrEqualTo()` ([#50](https://github.com/brick/date-time/pull/50))
- `Interval::of()` ([#64](https://github.com/brick/date-time/pull/64))
- `Interval::contains()` ([#64](https://github.com/brick/date-time/pull/64))
- `Interval::intersectsWith()` ([#64](https://github.com/brick/date-time/pull/64))
- `Interval::getIntersectionWith()` ([#64](https://github.com/brick/date-time/pull/64))
- `Interval::isEqualTo()` ([#64](https://github.com/brick/date-time/pull/64))

💩 **Deprecations**

- `Interval` constructor is deprecated in favour of `Interval::of()`

## [0.4.1](https://github.com/brick/date-time/releases/tag/0.4.1) - 2022-06-18

Expand Down

0 comments on commit 4dbbb47

Please sign in to comment.