File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 3.0.0] - 2021-03-13
10
+ ### Removed
11
+ - Removed support to legacy Python versions, now supports Python 3.6+.
12
+ - Removed ordereddict package dependency.
13
+ ### Added
14
+ - Added support for Python 3.8 and Python 3.9.
15
+ - Added option to set custom ` user_agent ` .
16
+ ### Changed
17
+ - Updated default "User-Agent" to ` WooCommerce-Python-REST-API/3.0.0 ` .
18
+ - Updated Request library to 2.25.1.
19
+ ### Fixed
20
+ - Fixed Basic Auth in Python 3.8.
21
+
9
22
## [ 2.1.1] - 2019-07-22
10
23
### Changed
11
24
- Updated Request library to 2.22.0.
@@ -64,8 +77,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
64
77
### Added
65
78
- Initial release.
66
79
67
- [ Unreleased ] : https://github.com/woocommerce/wc-api-python/compare/1.0.0...HEAD
68
- [ 2.1.1 ] : https://github.com/woocommerce/wc-api-python/compare/2.1.1...2.1.1
80
+ [ Unreleased ] : https://github.com/woocommerce/wc-api-python/compare/3.0.0...HEAD
81
+ [ 3.0.0 ] : https://github.com/woocommerce/wc-api-python/compare/2.1.1...3.0.0
82
+ [ 2.1.1 ] : https://github.com/woocommerce/wc-api-python/compare/2.0.1...2.1.1
69
83
[ 2.1.0 ] : https://github.com/woocommerce/wc-api-python/compare/2.0.0...2.1.0
70
84
[ 2.0.0 ] : https://github.com/woocommerce/wc-api-python/compare/1.2.1...2.0.0
71
85
[ 1.2.1 ] : https://github.com/woocommerce/wc-api-python/compare/1.2.0...1.2.1
You can’t perform that action at this time.
0 commit comments