Skip to content

Commit

Permalink
Minor test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
A3a3e1 authored Jul 2, 2024
1 parent a20a4a7 commit 728df3e
Show file tree
Hide file tree
Showing 5 changed files with 148 additions and 1,102 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.7.1 (July 02, 2024)
* Super minor test fix
* Update Sailor version to 2.7.2
* Update component-commons-library version to 3.2.0

## 1.7.0 (February 20, 2024)
* Added a new option `Emit file content (Base64)` to the configuration of two actions - `Download Files` and `Download Files by name`.
This option makes file content to be emitted as a message. Read the documentation to learn more how this feature works.
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "SFTP",
"description": "Provides file access and transfer using SSH File Transfer Protocol",
"version": "1.7.0",
"version": "1.7.1",
"credentials": {
"fields": {
"host": {
Expand Down
Loading

0 comments on commit 728df3e

Please sign in to comment.