Skip to content

Commit 04a7b0a

Browse files
committed
Release version 3.3.0
1 parent 9dd867b commit 04a7b0a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9-
## 3.2.0 - 2022-01-07
9+
## 3.3.0 - 2022-08-14
1010

1111
### Added
1212
- `public` option on storage, which enabled the `publicRead` default ACL, as an easier way to create public objects
@@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515
- Signed URLs were wrongly generated when `expires` was not provided
1616
- Fixed special character encoding in URLs (thanks @camiloforero)
1717

18+
## 3.2.0 - 2022-01-07
19+
1820
### Added
1921
- Encode filenames in URIs (#47 by @vanboom)
2022

shrine-google_cloud_storage.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |gem|
22
gem.name = "shrine-google_cloud_storage"
3-
gem.version = "3.2.0"
3+
gem.version = "3.3.0"
44

55
gem.required_ruby_version = ">= 2.6"
66

0 commit comments

Comments
 (0)