Skip to content

Commit

Permalink
Cut changelog for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cicdw committed Sep 24, 2020
1 parent f886080 commit 603d1cd
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 51 deletions.
19 changes: 19 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## September 24, 2020 <Badge text="beta" type="success" />

Released on September 24, 2020.

### Enhancements

- Registering agents will now retrieve IDs from matching entries in order to prevent duplication - [#95](https://github.com/PrefectHQ/server/pull/95)
- Add routes for setting run names - [#77](https://github.com/PrefectHQ/server/pull/77)

### Fixes

- Fix `name` field in `delete_agent` GraphQL resolver - [#95](https://github.com/PrefectHQ/server/pull/95)
- Replace all uses of `database.models` with `prefect.models` - [#94](https://github.com/PrefectHQ/server/pull/94)

### Database Migrations

- Add task run name - [#77](https://github.com/PrefectHQ/server/pull/77)
- Add index on `flow_run.agent_id` - [#93](https://github.com/PrefectHQ/server/pull/93)

## September 15, 2020 <Badge text="beta" type="success" />

Released on September 15, 2020.
Expand Down
5 changes: 0 additions & 5 deletions changes/pr.yaml

This file was deleted.

23 changes: 0 additions & 23 deletions changes/pr77.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions changes/pr93.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changes/pr94.yaml

This file was deleted.

0 comments on commit 603d1cd

Please sign in to comment.