File tree Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Expand file tree Collapse file tree 4 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 1.5 .0"
2
+ "." : " 1.6 .0"
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.6.0 (2025-07-08)
4
+
5
+ Full Changelog: [ v1.5.0...v1.6.0] ( https://github.com/orbcorp/orb-go/compare/v1.5.0...v1.6.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** api update ([ d7482a0] ( https://github.com/orbcorp/orb-go/commit/d7482a02b878a99cf6926da234b1043bae27805a ) )
10
+
11
+
12
+ ### Chores
13
+
14
+ * lint tests ([ b830a5d] ( https://github.com/orbcorp/orb-go/commit/b830a5d500d57396777f2f8d886b262dfe3dffa1 ) )
15
+
3
16
## 1.5.0 (2025-07-04)
4
17
5
18
Full Changelog: [ v1.4.2...v1.5.0] ( https://github.com/orbcorp/orb-go/compare/v1.4.2...v1.5.0 )
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Or to pin the version:
22
22
<!-- x-release-please-start-version -->
23
23
24
24
``` sh
25
- go get -u ' github.com/orbcorp/orb-go@v1.5 .0'
25
+ go get -u ' github.com/orbcorp/orb-go@v1.6 .0'
26
26
```
27
27
28
28
<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 2
2
3
3
package internal
4
4
5
- const PackageVersion = "1.5 .0" // x-release-please-version
5
+ const PackageVersion = "1.6 .0" // x-release-please-version
You can’t perform that action at this time.
0 commit comments