Skip to content

Commit

Permalink
Updating version to 1.29
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Jul 20, 2021
1 parent 930cded commit 96007f3
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
11 changes: 11 additions & 0 deletions .changes/1.29.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"date" : "2021-07-20",
"version" : "1.29",
"entries" : [ {
"type" : "feature",
"description" : "When uploading a file to S3, the content type is now set accoriding to the files extension"
}, {
"type" : "bugfix",
"description" : "Fix being unable to update Lambda configuration if the Image packaging type"
} ]
}

This file was deleted.

This file was deleted.

4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# _1.29_ (2021-07-20)
- **(Feature)** When uploading a file to S3, the content type is now set accoriding to the files extension
- **(Bug Fix)** Fix being unable to update Lambda configuration if the Image packaging type

# _1.28_ (2021-07-12)
- **(Breaking Change)** Python 2.7 Lambda template removed from New Project Wizard
- **(Feature)** Adding the ability to inject credentials/region into existing IntelliJ IDEA and PyCharm Run Configurations (e.g Application, JUnit, Python, PyTest). This requires experiments `aws.feature.javaRunConfigurationExtension` / `aws.feature.pythonRunConfigurationExtension`, see [Enabling Experiments](https://github.com/aws/aws-toolkit-jetbrains/blob/master/README.md#experimental-features)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Toolkit Version
toolkitVersion=1.29-SNAPSHOT
toolkitVersion=1.29

# Publish Settings
publishToken=
Expand Down

0 comments on commit 96007f3

Please sign in to comment.