Skip to content

Commit 667e82f

Browse files
committed
update changelog
1 parent 9d85edb commit 667e82f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this
66
project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.1] - 2025-06-24
9+
10+
## Fixed
11+
12+
* CLI: Ensure `find_dotenv` work reliably on python 3.13 by [@theskumar] in [#563](https://github.com/theskumar/python-dotenv/pull/563)
13+
* CLI: revert the use of execvpe on Windows by [@wrongontheinternet] in [#566](https://github.com/theskumar/python-dotenv/pull/566)
14+
815

916
## [1.1.0] - 2025-03-25
1017

@@ -409,8 +416,10 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
409416
[@yannham]: https://github.com/yannham
410417
[@zueve]: https://github.com/zueve
411418
[@randomseed42]: https://github.com/zueve
419+
[@wrongontheinternet]: https://github.com/wrongontheinternet
412420

413-
[Unreleased]: https://github.com/theskumar/python-dotenv/compare/v1.1.0...HEAD
421+
[Unreleased]: https://github.com/theskumar/python-dotenv/compare/v1.1.1...HEAD
422+
[1.1.1]: https://github.com/theskumar/python-dotenv/compare/v1.1.0...1.1.1
414423
[1.1.0]: https://github.com/theskumar/python-dotenv/compare/v1.0.1...v1.1.0
415424
[1.0.1]: https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.0.1
416425
[1.0.0]: https://github.com/theskumar/python-dotenv/compare/v0.21.0...v1.0.0

0 commit comments

Comments
 (0)