Skip to content

Commit

Permalink
added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cenkalti committed Oct 5, 2020
1 parent e59a3d0 commit df4528d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [4.0.0] - 2020-10-05

- Added endpoint for listing jobs.
- Needs database migration:
```
ALTER TABLE dalga ADD COLUMN `id` BIGINT NOT NULL AUTO_INCREMENT UNIQUE
```

0 comments on commit df4528d

Please sign in to comment.