All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- /
1.0.8 - 2026-01-25
- New IntangibleHeritage model and endpoints to manage Colombia's intangible cultural heritage information.
- IntangibleHeritage table with fields: Id, Name, DepartmentId, Scope, and InclusionYear.
- Complete REST API endpoints for IntangibleHeritage including list, get by id, get by department, get by name, search, and paginated list.
1.0.7 - 2026-01-07
- Optional
includeSundayquery parameter to holiday endpoints to include Sunday holidays (Palm Sunday and Easter Sunday) in the response.
1.0.6 - 2026-01-06
- Project migration to .NET 10.
- Updated Entity Framework Core and other dependencies to version 10.
- Updated Swashbuckle.AspNetCore to version 10.1.0.
1.0.5 - 2024-12-18
- Endpoints were added for holidays: one returning all holidays for a specific year and the other returning holidays for a specific month and year.
1.0.4 - 2024-10-25
- All list-returning endpoints now support sorting by any field within their description, with options for both ascending and descending order.
1.0.3 - 2024-10-10
- Deparment list now is returning the information about Capital city for each record
1.0.2 - 2024-10-10
- Adding ChangeLog, CodeOwners and Contributing file to improve documentation and create versions.
1.0.1 - 2022-03-01
- initial release