Skip to content

Commit 7f56de3

Browse files
committed
Release 5.0.1
1 parent 7774d21 commit 7f56de3

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+
## 5.0.1 (2025-02-02)
4+
5+
#### :bug: Bug Fix
6+
* [#192](https://github.com/ember-cli-deploy/ember-cli-deploy-s3/pull/192) Provide session token to credentials ([@bobisjan](https://github.com/bobisjan))
7+
8+
#### Committers: 1
9+
- Jan Bobisud ([@bobisjan](https://github.com/bobisjan))
10+
311
## 5.0.0 (2024-07-26)
412

513
## 5.0.0-beta.0 (2024-03-28)

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": "5.0.0",
3+
"version": "5.0.1",
44
"description": "An ember-cli-deploy plugin to upload to s3",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)