@@ -8,6 +8,16 @@ the schema `YYYY.MM.DD.N` been `N` the number of the release of the day.
88
99## [ Unreleased]
1010
11+ ## [ 2.0.0] - 2024-01-04
12+ ### Added
13+ - Create new Attachment.content_disposition #30
14+ - Add a new method to create the client based on the account_json client #29
15+ - Add support for newer Python versions(3.7, 3.8, 3.9, 3.10, 3.11, 3.12) #29
16+ - Create new way to create the gmail client. #29
17+
18+ ### Removed
19+ - Drop support for python 3.6 #29
20+
1121## [ 1.5.0] - 2020-07-21
1222### Added
1323- Officially release as an open-source project
@@ -24,7 +34,6 @@ the schema `YYYY.MM.DD.N` been `N` the number of the release of the day.
2434### Added
2535- Support recursive parts for attachment lookup
2636
27-
2837## [ 1.3.1] - 2020-01-20
2938### Added
3039- Support less used formats of Message-ID
@@ -69,7 +78,8 @@ the schema `YYYY.MM.DD.N` been `N` the number of the release of the day.
6978### Added
7079- This is the very first release. It is not stable yet but might work 😄
7180
72- [ Unreleased ] : https://github.com/loadsmart/gmail-wrapper/compare/1.5.0...HEAD
81+ [ Unreleased ] : https://github.com/loadsmart/gmail-wrapper/compare/2.0.0...HEAD
82+ [ 2.0.0 ] : https://github.com/loadsmart/gmail-wrapper/compare/1.5.0...2.0.0
7383[ 1.5.0 ] : https://github.com/loadsmart/gmail-wrapper/compare/1.4.1...1.5.0
7484[ 1.4.1 ] : https://github.com/loadsmart/gmail-wrapper/compare/1.4.0...1.4.1
7585[ 1.4.0 ] : https://github.com/loadsmart/gmail-wrapper/compare/1.3.2...1.4.0
@@ -84,4 +94,4 @@ the schema `YYYY.MM.DD.N` been `N` the number of the release of the day.
8494[ 1.0.0 ] : https://github.com/loadsmart/gmail-wrapper/compare/0.3.0...1.0.0
8595[ 0.3.0 ] : https://github.com/loadsmart/gmail-wrapper/compare/0.2.0...0.3.0
8696[ 0.2.0 ] : https://github.com/loadsmart/gmail-wrapper/compare/0.1.0...0.2.0
87- [ 0.1.0 ] : https://github.com/loadsmart/gmail-wrapper/compare/0.1.0...0.1.0
97+ [ 0.1.0 ] : https://github.com/loadsmart/gmail-wrapper/compare/0.1.0...0.1.0
0 commit comments