From e29bc63898a58ba4147296f5332768de294e24b8 Mon Sep 17 00:00:00 2001 From: GitHub Bot Date: Thu, 21 Mar 2024 03:34:49 +0000 Subject: [PATCH] Update CHANGELOG for auto-release v0.27.0 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84c838011..552de1e50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## [v0.27.0] - 2024-03-21 + - [BUG] Fix logic for groupby in complete. Index support deprecated. Fix deprecation warning for fillna in `complete` PR #1289 @samukweku - [ENH] `select` function now supports variable arguments - PR #1288 @samukweku - [ENH] `conditional_join` now supports timedelta dtype. - PR #1297 @samukweku @@ -356,7 +358,9 @@ We thank all contributors who have helped make `pyjanitor` the package that it is today. -[Unreleased]: https://github.com/pyjanitor-devs/pyjanitor/compare/v0.26.0...HEAD +[Unreleased]: https://github.com/pyjanitor-devs/pyjanitor/compare/v0.27.0...HEAD + +[v0.27.0]: https://github.com/pyjanitor-devs/pyjanitor/compare/v0.26.0...v0.27.0 [v0.26.0]: https://github.com/pyjanitor-devs/pyjanitor/compare/v0.25.0...v0.26.0