Skip to content

Commit

Permalink
Create CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gissa authored Sep 10, 2024
1 parent da1bedb commit 3a8a23c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2023-09-10

### Added
- Initial release of the ICD-10 Data Collection Script
- Fetch and save data for all ICD-10 codes from the WHO API
- Configurable via command-line arguments or config file
- Comprehensive error handling and logging
- Resumable execution
- README with usage instructions
- MIT License

0 comments on commit 3a8a23c

Please sign in to comment.