Skip to content

Commit 003e299

Browse files
3.0.0 changelog
1 parent 1f30f17 commit 003e299

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

CHANGELOG.md

+16-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

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+
922
## [2.1.1] - 2019-07-22
1023
### Changed
1124
- 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
6477
### Added
6578
- Initial release.
6679

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
6983
[2.1.0]: https://github.com/woocommerce/wc-api-python/compare/2.0.0...2.1.0
7084
[2.0.0]: https://github.com/woocommerce/wc-api-python/compare/1.2.1...2.0.0
7185
[1.2.1]: https://github.com/woocommerce/wc-api-python/compare/1.2.0...1.2.1

0 commit comments

Comments
 (0)