File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 2.6.1 "
2+ "." : " 2.6.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.6.2] ( https://github.com/imagekit-developer/imagekit-go/compare/v2.6.1...v2.6.2 ) (2026-05-25)
4+
5+
6+ ### Features
7+
8+ * initial stlc build ([ a45fc03] ( https://github.com/imagekit-developer/imagekit-go/commit/a45fc03615fbec7ca77427545ca609020ca0b9ed ) )
9+
10+
11+ ### Chores
12+
13+ * pin next release ([ f8c2829] ( https://github.com/imagekit-developer/imagekit-go/commit/f8c2829d751978cf8e0e93ff43c9c2363fd8ae5a ) )
14+
315## 2.6.1 (2026-05-17)
416
517Full Changelog: [ v2.6.0...v2.6.1] ( https://github.com/imagekit-developer/imagekit-go/compare/v2.6.0...v2.6.1 )
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Or to pin the version:
5959<!-- x-release-please-start-version -->
6060
6161``` sh
62- go get -u ' github.com/imagekit-developer/imagekit-go/v2@v2.6.1 '
62+ go get -u ' github.com/imagekit-developer/imagekit-go/v2@v2.6.2 '
6363```
6464
6565<!-- x-release-please-end -->
Original file line number Diff line number Diff line change 22
33package internal
44
5- const PackageVersion = "2.6.1 " // x-release-please-version
5+ const PackageVersion = "2.6.2 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments