CHANGELOG.md

# Changelog

## Kday v1.1.0

This is the changelog for Kday v1.1.0 released on May 30th, 2024.  For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/kday/tags)

### Bug Fixes

* Fixes `Kday.nth_kday/3`

### Enhancements

* Adds `Kday.day_of_week/1`

## Kday v1.0.2

This is the changelog for Kday v1.0.2 released on September 1st, 2023.  For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/kday/tags)

### Bug Fixes

* Fix `Kday.iso_days_to_day_of_week/1`. Thanks to @puruzio for the report. Closes #2.

## Kday v1.0.1

This is the changelog for Kday v1.0.1 released on January 31st, 2021.  For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/kday/tags)

### Bug Fixes

* Fixes `nth_kday/3` when the provided `kday` is the same day of the week as the day of the provided `date`. Thanks to @gworkman for the report and the PR.

## Kday v1.0.0

This is the changelog for Kday v1.0.0 released on October 31st, 2021.  For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/kday/tags)

### Enhancements

* Initial release extracted from [ex_cldr_calendars](https://hex.pm/packages/ex_cldr_calendars).