Skip to content

Commit 71e9ce6

Browse files
authored
Merge pull request #216 from dodopayments/release-please--branches--main
release: 1.105.1
2 parents 093e12d + 720aec6 commit 71e9ce6

4 files changed

Lines changed: 16 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.105.0"
2+
".": "1.105.1"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.105.1](https://github.com/dodopayments/dodopayments-go/compare/v1.105.0...v1.105.1) (2026-06-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **pagination:** stop cursor auto-pagination dropping pages ([093e12d](https://github.com/dodopayments/dodopayments-go/commit/093e12d6e58f697ed0bc1bcd3f24db8ba5b396a0))
9+
* **pagination:** stop cursor auto-pagination dropping pages ([7dc531c](https://github.com/dodopayments/dodopayments-go/commit/7dc531cc6bec8f149077fb8431db3410719960a4))
10+
11+
12+
### Chores
13+
14+
* restore release-please-owned files from main ([6c67288](https://github.com/dodopayments/dodopayments-go/commit/6c6728835e6d82439ecc3c417e8c70db0514d9be))
15+
316
## [1.105.0](https://github.com/dodopayments/dodopayments-go/compare/v1.104.0...v1.105.0) (2026-06-16)
417

518

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Or to pin the version:
3030
<!-- x-release-please-start-version -->
3131

3232
```sh
33-
go get -u 'github.com/dodopayments/dodopayments-go@v1.105.0'
33+
go get -u 'github.com/dodopayments/dodopayments-go@v1.105.1'
3434
```
3535

3636
<!-- x-release-please-end -->

internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
package internal
44

5-
const PackageVersion = "1.105.0" // x-release-please-version
5+
const PackageVersion = "1.105.1" // x-release-please-version

0 commit comments

Comments
 (0)