storage: release new version

Change-Id: I99aca0bbd7bae66e3823a7a4acff969b416af01d
Reviewed-on: https://code-review.googlesource.com/c/gocloud/+/46210
Reviewed-by: Jean de Klerk <deklerk@google.com>
diff --git a/storage/CHANGES.md b/storage/CHANGES.md
index 952fff6..c03a38e 100644
--- a/storage/CHANGES.md
+++ b/storage/CHANGES.md
@@ -1,5 +1,12 @@
 # Changes
 
+## v1.1.0
+
+- Performance improvements for ObjectIterator and BucketIterator.
+- Fix Bucket.ObjectIterator size calculation checks.
+- Added HMACKeyOptions to all the methods which allows for options such as
+  UserProject to be set per invocation and optionally be used.
+
 ## v1.0.0
 
 This is the first tag to carve out storage as its own module. See: