Skip to content

Commit

Permalink
Version 3.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Mar 23, 2024
1 parent 00676e2 commit cf2f011
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## 3.0.7 - 2024-03-23

### Security
* Fix Content-Type allowlist bypass vulnerability remained (@mshibuya [00676e2](https://github.com/carrierwaveuploader/carrierwave/commit/00676e23d7f4beac12beddee6f2486b686fb7e46), [GHSA-vfmv-jfc5-pjjw](https://github.com/carrierwaveuploader/carrierwave/security/advisories/GHSA-vfmv-jfc5-pjjw))

## 3.0.6 - 2024-03-09

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/carrierwave/version.rb
@@ -1,3 +1,3 @@
module CarrierWave
VERSION = "3.0.6".freeze
VERSION = "3.0.7".freeze
end

0 comments on commit cf2f011

Please sign in to comment.