Skip to content

Commit 5455a7d

Browse files
committed
docs: Update CHANGELOG.md
1 parent ad6b53a commit 5455a7d

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@ We [keep a changelog.](http://keepachangelog.com/)
44

55
## [Unreleased]
66

7+
## [1.5.0] - 2025-07-XX
8+
9+
### Added
10+
11+
- Add class `TestCsvImpor` with a test suite for testing CSV import functionality to `test.py`.
12+
- Add `types-requests` to `mypy`'s `additional_dependencies` in `pre-commit` hooks
13+
- Add `pydocstyle` pre-commit's hook
14+
- style: Import Callable from collections.abc
15+
16+
### Fixed
17+
18+
- Fix a csvimport error 'List index (0) out of bounds': renamed `json_data` back to `data`. Corrected behavior broken since v1.4.0.
19+
20+
### Changed
21+
22+
- Update pre-commit hooks to the latest versions
23+
- Breaking changes: drop support for Python 3.9
24+
25+
### Security
26+
27+
- docs: Add the Security Policy file `SECURITY.md`
28+
- ci: Use `permissions: contents: read` in all CI workflow files explicitly
29+
- ci: Use commit hashes to ensure reproducible builds
30+
- build: Update dependency pinning: `requests >=2.32.4`
31+
32+
### Pull Requests Merged
33+
34+
- [PR_120](https://github.com/mailjet/mailjet-apiv3-python/pull/120) - Fix a csvimport error 'List index (0) out of bounds'
35+
736
## [1.4.0] - 2025-05-07
837

938
### Added
@@ -141,4 +170,5 @@ We [keep a changelog.](http://keepachangelog.com/)
141170
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
142171

143172
[1.4.0]: https://github.com/mailjet/mailjet-apiv3-python/releases/tag/v1.4.0
144-
[unreleased]: https://github.com/mailjet/mailjet-apiv3-python/releases/tag/v1.4.0...HEAD
173+
[1.5.0]: https://github.com/mailjet/mailjet-apiv3-python/releases/tag/v1.5.0
174+
[unreleased]: https://github.com/mailjet/mailjet-apiv3-python/releases/tag/v1.5.0...HEAD

0 commit comments

Comments
 (0)