diff --git a/CHANGELOG.md b/CHANGELOG.md index ccd4c70..fca3f47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.14] + +### Added + +- Added ruff to enforce proper code formatting + +### Changed + +- Updated pandas dependency to >=2.2.2 + +- Updated CI/CD pipeline to separate development and release workflows + ## [0.1.13] ### Changed