Skip to content

Commit

Permalink
Add CHANGELOG for v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
misraved committed Oct 22, 2024
1 parent cef5439 commit 972e760
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## v1.0.0 (2024-10-22)

_Breaking changes_

- Flowpipe `v1.0.0` is now required. For a full list of CLI changes, please see the [Flowpipe v1.0.0 CHANGELOG](https://flowpipe.io/changelog/flowpipe-cli-v1-0-0).
- In Flowpipe configuration files (`.fpc`), `credential` and `credential_import` resources have been renamed to `connection` and `connection_import` respectively.
- Renamed all `cred` params to `conn` and updated their types from `string` to `conn`.

_Enhancements_

- Added `library` to the mod's categories.
- Updated the following pipeline tags:
- `type = "featured"` to `recommended = "true"`
- `type = "test"` to `folder = "Tests"`

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

_What's new?_
Expand Down

0 comments on commit 972e760

Please sign in to comment.