We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beca652 commit ba297d9Copy full SHA for ba297d9
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v1.0.0 - [Supports v0.28.2](https://github.com/supabase/storage-api/releases/tag/v0.28.2)
+## v1.0.1 - [Supports v0.28.2](https://github.com/supabase/storage-api/releases/tag/v0.28.2)
4
- Added new `FileTransformOptions`.
5
- Updated [javadocs](https://supabase-community.github.io/storage-java)
6
- Cleaned up code a bit.
pom.xml
@@ -6,7 +6,7 @@
7
<groupId>io.supabase</groupId>
8
<artifactId>storage-java</artifactId>
9
- <version>1.0.0</version>
+ <version>1.0.1</version>
10
11
<name>Storage Java</name>
12
<description>An async client library for the Supabase Storage API in Java</description>
0 commit comments