Skip to content

Commit 8773ae6

Browse files
authored
Merge pull request #313 from mollie/pimm/bump-version
Bump version to 3.7.0.
2 parents 93848b5 + 6fabfbd commit 8773ae6

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
All notable changes to this project will be documented in this file.
66

7+
### v3.7.0 - 2023-03-08
8+
9+
- Update APIs ([#279](https://github.com/mollie/mollie-api-node/pull/279)/[#285](https://github.com/mollie/mollie-api-node/pull/285)/[#292](https://github.com/mollie/mollie-api-node/pull/292)/[#293](https://github.com/mollie/mollie-api-node/pull/293))
10+
- Update documentation ([#311](https://github.com/mollie/mollie-api-node/pull/311))
11+
- Optimise iteration API ([#280](https://github.com/mollie/mollie-api-node/pull/280))
12+
- Add retrying functionality ([#294](https://github.com/mollie/mollie-api-node/pull/294))
13+
- Add `idempotencyKey` to `ApiError` ([#298](https://github.com/mollie/mollie-api-node/pull/298))
14+
- Throttle iteration API ([#283](https://github.com/mollie/mollie-api-node/pull/283))
15+
- Fix API ([#305](https://github.com/mollie/mollie-api-node/pull/305))
16+
- Fix Node.js < 12 bug ([#287](https://github.com/mollie/mollie-api-node/pull/287))
17+
- Update dependencies ([#261](https://github.com/mollie/mollie-api-node/pull/261)/[#307](https://github.com/mollie/mollie-api-node/pull/307)/[#312](https://github.com/mollie/mollie-api-node/pull/312))
18+
719
### v3.6.0 - 2022-02-10
820

921
- Update APIs ([#211](https://github.com/mollie/mollie-api-node/pull/211)/[#229](https://github.com/mollie/mollie-api-node/pull/229)/[#245](https://github.com/mollie/mollie-api-node/pull/245))
@@ -44,7 +56,7 @@ All notable changes to this project will be documented in this file.
4456
- Inlined CAs ([#162](https://github.com/mollie/mollie-api-node/pull/162))
4557
- Use Node.js' `querystring` modules instead of the external `qs` ([#163](https://github.com/mollie/mollie-api-node/pull/163))
4658

47-
### V3.2.3 - 2020-07-23
59+
### v3.2.3 - 2020-07-23
4860
- Bump `lodash` from 4.17.15 to 4.17.19 ([#160](https://github.com/mollie/mollie-api-node/pull/160))
4961

5062
### v3.2.2 - 2020-07-09

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mollie/api-client",
3-
"version": "3.6.0",
3+
"version": "3.7.0",
44
"license": "BSD-3-Clause",
55
"description": "Official Mollie API client for Node",
66
"repository": {

0 commit comments

Comments
 (0)