Skip to content

Commit

Permalink
Release version 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renchap committed Aug 14, 2022
1 parent 9dd867b commit 04a7b0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 3.2.0 - 2022-01-07
## 3.3.0 - 2022-08-14

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

## 3.2.0 - 2022-01-07

### Added
- Encode filenames in URIs (#47 by @vanboom)

Expand Down
2 changes: 1 addition & 1 deletion shrine-google_cloud_storage.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = "shrine-google_cloud_storage"
gem.version = "3.2.0"
gem.version = "3.3.0"

gem.required_ruby_version = ">= 2.6"

Expand Down

0 comments on commit 04a7b0a

Please sign in to comment.