File tree Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Expand file tree Collapse file tree 4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.0.1 "
2
+ "." : " 0.1.0 "
3
3
}
Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## 0.1.0 (2025-09-02)
4
+
5
+ Full Changelog: [ v0.0.1...v0.1.0] ( https://github.com/imagekit-developer/imagekit-go/compare/v0.0.1...v0.1.0 )
6
+
7
+ ### Features
8
+
9
+ * ** api:** add BaseWebhookEvent ([ 49aee77] ( https://github.com/imagekit-developer/imagekit-go/commit/49aee77cc145d6f45eb44dd5e6fc080c7fe7a001 ) )
10
+ * ** api:** manual updates ([ bc53c1a] ( https://github.com/imagekit-developer/imagekit-go/commit/bc53c1a5493d2fbe02f90523d3578e3cd19b8260 ) )
11
+ * ** api:** manual updates ([ e197563] ( https://github.com/imagekit-developer/imagekit-go/commit/e1975634e1a07e8276fe79314f91b84d06a4399d ) )
12
+
13
+
14
+ ### Chores
15
+
16
+ * sync repo ([ 9c87c18] ( https://github.com/imagekit-developer/imagekit-go/commit/9c87c185f17e8c881e666149f590559512df501f ) )
17
+ * update SDK settings ([ 2d43aee] ( https://github.com/imagekit-developer/imagekit-go/commit/2d43aee37d06353a55a9894a52ed5b4b8300d91b ) )
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Or to pin the version:
24
24
<!-- x-release-please-start-version -->
25
25
26
26
``` sh
27
- go get -u ' github.com/imagekit-developer/imagekit-go@v0.0.1 '
27
+ go get -u ' github.com/imagekit-developer/imagekit-go@v0.1.0 '
28
28
```
29
29
30
30
<!-- 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 = "0.0.1 " // x-release-please-version
5
+ const PackageVersion = "0.1.0 " // x-release-please-version
You can’t perform that action at this time.
0 commit comments