Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Viebrock committed Dec 28, 2020
1 parent 1c36ca8 commit 1998220
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .semver
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
:major: 2
:minor: 0
:patch: 0
:patch: 1
:special: ''
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.0.1 - 28-Dec-2020

- Create separate migrations to handle foreign keys (#37, thanks @rootrus)
- BIGINTEGER AUTO_INCREMENT columns are now exported as `->id()` with
optional column name if it isn't `id`


## 2.0.0 - 02-Dec-2020

- Bundle now supports [Sequel Pro](https://www.sequelpro.com/)
Expand Down

0 comments on commit 1998220

Please sign in to comment.