@@ -7,11 +7,20 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88## [ Unreleased]
99
10- ### Fixed
10+ * No unreleased change at this time.*
11+
12+ ## [ 0.14.0] - 2020-07-03
13+
14+ ### Changed
1115
1216- Privilege definition in file over the environment in variable expansion (#256 by
1317 [ @elbehery95 ] ).
1418
19+ ### Fixed
20+
21+ - Improve error message for when file isn't found (#245 by [ @snobu ] ).
22+ - Use HTTPS URL in package meta data (#251 by [ @ekohl ] ).
23+
1524## [ 0.13.0] - 2020-04-16
1625
1726### Added
@@ -192,17 +201,20 @@ project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
192201[ @bbc2 ] : https://github.com/bbc2
193202[ @cjauvin ] : https://github.com/cjauvin
194203[ @earlbread ] : https://github.com/earlbread
204+ [ @ekohl ] : https://github.com/ekohl
205+ [ @elbehery95 ] : https://github.com/elbehery95
195206[ @gergelyk ] : https://github.com/gergelyk
196207[ @greyli ] : https://github.com/greyli
197208[ @qnighy ] : https://github.com/qnighy
209+ [ @snobu ] : https://github.com/snobu
198210[ @techalchemy ] : https://github.com/techalchemy
199211[ @theskumar ] : https://github.com/theskumar
200212[ @ulyssessouza ] : https://github.com/ulyssessouza
201213[ @venthur ] : https://github.com/venthur
202214[ @yannham ] : https://github.com/yannham
203- [ @elbehery95 ] : https://github.com/elbehery95
204215
205- [ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v0.13.0...HEAD
216+ [ Unreleased ] : https://github.com/theskumar/python-dotenv/compare/v0.14.0...HEAD
217+ [ 0.14.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.13.0...v0.14.0
206218[ 0.13.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.12.0...v0.13.0
207219[ 0.12.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.11.0...v0.12.0
208220[ 0.11.0 ] : https://github.com/theskumar/python-dotenv/compare/v0.10.5...v0.11.0
0 commit comments