
# Change Log
All notable changes to this project will be documented in this file.

## [1.1.0] - 2024-09-22

Updating function for converting to UTC time. Fixing bug and changing to return a date object instead of a string.

### Added

- Changelog

### Changed

- noaa_time_to_utc_datetime returns a date object instead of a string

### Fixed

- Bug in noaa_time_to_utc_datetime where different timezones caused wrong dates to return

## [1.0.3] - 2024-07-31

### Added

### Changed

### Fixed

- Date off by 1 error

## [1.0.2] - 2024-05-29

### Added

### Changed

- Code cleanup

### Fixed

## [1.0.1] - 2024-03-30

### Added

### Changed

- Code cleanup to have better use of const/var
- Better variable naming
- Updating docs

### Fixed

## [1.0.0] - 2024-02-26

### Added

- Initial library commit

### Changed


### Fixed