Skip to content

Commit

Permalink
Update and fix changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
greenape committed Jul 5, 2024
1 parent a0f0342 commit 096f333
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

### Added

### Changed

### Fixed
- Fixed 500 error when getting api spec from FlowAPI [#6686](https://github.com/Flowminder/FlowKit/issues/6686)

### Removed

## [1.28.0]

### Added
- Added support for Parquet foreign tables using [parquet_fdw](https://github.com/adjust/parquet_fdw)

Expand All @@ -19,9 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
> This change is not backwards compatible with earlier releases of FlowDB, and you will need to repopulate your deployment. We recommend combining this change with the new parquet support.
- FlowETL is now built on Airflow 2.9.2

### Fixed

### Removed

## [1.27.0]

Expand Down Expand Up @@ -1130,7 +1139,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

- Added Python 3.6 support for FlowClient

[Unreleased]: https://github.com/Flowminder/FlowKit/compare/1.27.0...master
[Unreleased]: https://github.com/Flowminder/FlowKit/compare/1.28.0...master
[1.28.0]: https://github.com/Flowminder/FlowKit/compare/1.28.0...1.28.0
[1.27.0]: https://github.com/Flowminder/FlowKit/compare/1.26.0...1.27.0
[1.26.0]: https://github.com/Flowminder/FlowKit/compare/1.25.0...1.26.0
[1.25.0]: https://github.com/Flowminder/FlowKit/compare/1.24.0...1.25.0
Expand Down

0 comments on commit 096f333

Please sign in to comment.