Skip to content

Commit

Permalink
Merge pull request #21 from turbot/release/v0.3.0
Browse files Browse the repository at this point in the history
Release/v0.2.1
  • Loading branch information
misraved authored Feb 28, 2024
2 parents a70ea20 + 688e233 commit b3587ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.2.1 [2024-02-28]

_Bug fixes_

- Fixed the type mismatch of the input parameter in the `get_channel_history` pipeline. ([#20](https://github.com/turbot/flowpipe-mod-slack/pull/20))

## v0.2.0 [2024-02-07]

_What's new?_
Expand All @@ -12,4 +18,4 @@ _Bug fixes_

_What's new?_

- Added 15+ pipelines to make it easy to connect your Channel, Chat, User resources and more. For usage information and a full list of pipelines, please see [Slack Mod for Flowpipe](https://hub.flowpipe.io/mods/turbot/slack).
- Added 15+ pipelines to make it easy to connect your Channel, Chat, User resources and more. For usage information and a full list of pipelines, please see [Slack Mod for Flowpipe](https://hub.flowpipe.io/mods/turbot/slack).
2 changes: 1 addition & 1 deletion pipelines/channel/get_channel_history.fp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pipeline "get_channel_history" {
param "oldest" {
type = string
description = "Only messages after this Unix timestamp will be included in results."
default = 0
default = "0"
}

step "http" "get_channel_history" {
Expand Down

0 comments on commit b3587ae

Please sign in to comment.