Skip to content

Commit c950d8e

Browse files
committed
Release 3.2.0
1 parent c15ccbf commit c950d8e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 3.2.0 (2022-10-27)
4+
5+
#### :rocket: Enhancement
6+
* [#161](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/161) add immutable to cache control header ([@BryanCrotaz](https://github.com/BryanCrotaz))
7+
8+
#### Committers: 1
9+
- Bryan ([@BryanCrotaz](https://github.com/BryanCrotaz))
10+
311
## 3.1.0 (2022-01-19)
412

513
#### :rocket: Enhancement

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-deploy-s3",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "An ember-cli-deploy plugin to upload to s3",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)