Releases: VictorAvelar/mollie-api-go
Releases · VictorAvelar/mollie-api-go
v4.10.0
Changelog
Other work
- fc65bcd: chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 in /.github/workflows (#467) (@dependabot[bot])
- 12e599c: chore(deps): bump actions/labeler in /.github/workflows (@dependabot[bot])
- 4af7662: chore(deps): bump actions/setup-go in /.github/workflows (@dependabot[bot])
- d9fb340: chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 (#469) (@dependabot[bot])
- 2cfc82a: chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 (#473) (@dependabot[bot])
- 23d2d97: chore(deps): bump golang from 1.24.5-alpine to 1.24.6-alpine (#466) (@dependabot[bot])
- bc081af: chore(deps): bump golang from 1.24.6-alpine to 1.25.0-alpine (#471) (@dependabot[bot])
- e289e2b: chore(deps): bump golang from 1.25.0-alpine to 1.25.1-alpine (@dependabot[bot])
- d5901a8: chore(deps): bump golang.org/x/oauth2 from 0.30.0 to 0.31.0 (#477) (@dependabot[bot])
- c26f8de: chore(deps): bump goreleaser/goreleaser-action in /.github/workflows (@dependabot[bot])
- 296a422: chore(deps): bump lycheeverse/lychee-action from 2.5.0 to 2.6.1 in /.github/workflows (#472) (@dependabot[bot])
- 40c33e5: chore: fix go toolchain minimum versions to 1.24 (#479) (@VictorAvelar)
- b5493e2: chore: update go report card link (@VictorAvelar)
v4.9.0
Changelog
New Features and updates
- 2543480: feat(payment_methods): add new payment methods (#465) (@VictorAvelar)
v4.8.0
Changelog
New Features and updates
Bug fixes
- 402ebe4: fix: broken documentation links (#461) (@VictorAvelar)
Other work
- 8431f52: Enhance link checker (#445) (@VictorAvelar)
- dad7e2b: Make changes to the github actions pipeline. (#444) (@VictorAvelar)
- eac143f: Repository housekeeping 08.2025 (#452) (@VictorAvelar)
- efbf532: Update documentation-links.yml (@VictorAvelar)
- 93c2c0c: chore(deps): bump actions/cache from 4.2.3 to 4.2.4 in /.github/workflows (#458) (@dependabot[bot])
- 13af056: chore(deps): bump actions/setup-go in /.github/workflows (@dependabot[bot])
- 79e5246: chore(deps): bump golang from 1.24.1-alpine to 1.24.2-alpine (@dependabot[bot])
- 9453193: chore(deps): bump golang from 1.24.2-alpine to 1.24.3-alpine (@dependabot[bot])
- 7680ea6: chore(deps): bump golang from 1.24.3-alpine to 1.24.4-alpine (@dependabot[bot])
- 0d49fb5: chore(deps): bump golang from 1.24.4-alpine to 1.24.5-alpine (@dependabot[bot])
- 903fa20: chore(deps): bump golang.org/x/oauth2 from 0.28.0 to 0.29.0 (@dependabot[bot])
- ff8f013: chore(deps): bump golang.org/x/oauth2 from 0.29.0 to 0.30.0 (@dependabot[bot])
- dd47d04: chore(deps): bump golangci/golangci-lint-action in /.github/workflows (@dependabot[bot])
- cdfc74f: chore(deps): bump goreleaser/goreleaser-action in /.github/workflows (@dependabot[bot])
- 406b86f: chore(deps): bump lycheeverse/lychee-action from 2.4.1 to 2.5.0 in /.github/workflows (#457) (@dependabot[bot])
- b29e924: chore(deps): bump micalevisk/last-issue-action from 2.0.0 to 2.3.0 in /.github/workflows (#454) (@dependabot[bot])
- be1b7ac: chore(readme): add deepwiki documentation link (#447) (@VictorAvelar)
v4.7.0
v4.6.0
Changelog
Other work
- 6df8d21: chore(deps): bump golang from 1.24.0-alpine to 1.24.1-alpine (#438) (@dependabot[bot])
- 02e4adc: chore(go): upgrade go directive to at least 1.23 (#439) (@VictorAvelar)
- e1489b5: upgrade direct dependencies (#440) (@VictorAvelar)
v4.5.0
Changelog
Other work
- 53a000d: Add method to retrieve payments associated with a payment link. (#435) (@VictorAvelar)
- 69d7f05: chore(deps): bump golang from 1.23.5-alpine to 1.23.6-alpine (@dependabot[bot])
- ef4dc88: chore(deps): bump golang from 1.23.6-alpine to 1.24.0-alpine (@dependabot[bot])
- 474c672: chore(deps): bump golang.org/x/oauth2 from 0.25.0 to 0.26.0 (@dependabot[bot])
v4.4.0
Changelog
Other work
- 410c0f2: add field
partnerContractExpiresAttoGetPartnerStatus(#430) (@VictorAvelar) - 665eb49: chore(deps): bump golang from 1.23.4-alpine to 1.23.5-alpine (@dependabot[bot])
- 7fdb2ab: chore(deps): bump golang.org/x/oauth2 from 0.24.0 to 0.25.0 (@dependabot[bot])
v4.3.0
Changelog
New Features and updates
- ada57c9: feat(payments): add 'tip' as supported line type (@VictorAvelar)
Bug fixes
- 4954e99: fix(docs): Update documentation broken urls (@VictorAvelar)
Documentation updates
- 103a619: chore(docs): update generated docs (@VictorAvelar)
- 386d12c: chore(docs): update generated docs (@VictorAvelar)
- 240f60f: chore(docs): update generated docs (@VictorAvelar)
- bc4d0d5: chore(docs): update generated docs (@VictorAvelar)
- 3205050: chore(docs): update generated docs (@VictorAvelar)
- 9dc806f: chore(docs): update generated docs (@VictorAvelar)
- 23b82fd: chore(docs): update generated docs (@VictorAvelar)
Other work
- 6752f73: Update README.md (@VictorAvelar)
- 5091dde: chore(actions): skip link checking if pr is opened by dependabot (@VictorAvelar)
- 8665c08: chore(deps): bump actions/checkout from 4.1.7 to 4.2.0 (@dependabot[bot])
- d325798: chore(deps): bump actions/checkout from 4.2.0 to 4.2.1 (@dependabot[bot])
- 94cf7f6: chore(deps): bump actions/checkout from 4.2.1 to 4.2.2 (@dependabot[bot])
- 8c31d03: chore(deps): bump actions/setup-go from 5.0.2 to 5.1.0 (@dependabot[bot])
- 990741c: chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 (@dependabot[bot])
- 7c88475: chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (@dependabot[bot])
- 5ad8e90: chore(deps): bump golang from 1.23.0-alpine to 1.23.1-alpine (@dependabot[bot])
- 6eda359: chore(deps): bump golang from 1.23.1-alpine to 1.23.2-alpine (@dependabot[bot])
- 48acaef: chore(deps): bump golang from 1.23.2-alpine to 1.23.3-alpine (@dependabot[bot])
- 62626ec: chore(deps): bump golang from 1.23.3-alpine to 1.23.4-alpine (@dependabot[bot])
- d573c47: chore(deps): bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 (@dependabot[bot])
- 34d95ab: chore(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.24.0 (@dependabot[bot])
- b05f471: chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (@dependabot[bot])
- 954f472: chore(deps): bump goreleaser/goreleaser-action from 6.0.0 to 6.1.0 (@dependabot[bot])
- 57f5d46: chore(deps): bump lycheeverse/lychee-action from 1.10.0 to 2.0.0 (@dependabot[bot])
- 6c45fb2: chore(deps): bump lycheeverse/lychee-action from 2.0.0 to 2.0.1 (@dependabot[bot])
- 87fcef3: chore(deps): bump lycheeverse/lychee-action from 2.0.1 to 2.0.2 (@dependabot[bot])
- 109fcea: chore(deps): bump lycheeverse/lychee-action from 2.0.2 to 2.1.0 (@dependabot[bot])
- d821f44: chore(deps): bump peter-evans/create-issue-from-file from 5.0.0 to 5.0.1 (@dependabot[bot])
- 8f34bad: chore(github_actions): add automatic link checker for docs (@VictorAvelar)
- 0eb1031: chore(github_actions): comment out automatic issue creation (@VictorAvelar)
- e42b1a3: chore(github_actions): update multiple actions and config elements (@VictorAvelar)
- aa1f0d0: fix lychee config (@VictorAvelar)
- 59d6f1b: update lychee configuration (@VictorAvelar)
- ffadc9a: update package docs (@VictorAvelar)
v4.2.4
v4.2.3
Changelog
Other work
- dafaa57: chore(deps): bump actions/setup-go from 5.0.1 to 5.0.2 (@dependabot[bot])
- 727a7f9: chore(deps): bump golang from 1.22.4-alpine to 1.22.5-alpine (@dependabot[bot])
- a9a1490: chore(deps): bump golang from 1.22.5-alpine to 1.22.6-alpine (@dependabot[bot])
- 01e608a: chore(deps): bump golang from 1.22.6-alpine to 1.23.0-alpine (@dependabot[bot])
- 31e5008: chore(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.22.0 (@dependabot[bot])
- a7e8b56: chore(deps): bump golangci/golangci-lint-action from 6.0.1 to 6.1.0 (@dependabot[bot])