# Changelog

All notable changes to this project will be documented in this file.

## [1.0.0] - 2024-07-29

### Added

- Initial release of spicy-donkey, a random name generator with extensive adjective & noun dictionaries.
- Functionality to generate random combinations of adjectives and nouns.
- Demo script to showcase the usage of the name generator.
- Basic test suite to ensure the correctness of the name generator.
- CI workflow for building and testing the project.

## [1.1.0] - 2024-07-29

- Adds 'stars' nouns and 'celestial' adjectives
- Updates README.md with 'Data' section
- Updates types for `NounType` and `AdjectiveType`
