We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b72a4 commit 6844fa2Copy full SHA for 6844fa2
CHANGELOG.md
@@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file.
3
4
## Upcoming
5
6
+## v2.8.0 - 2017-08-04
7
+### Added
8
+- Timestamps db:migrate:schema:timestamps:add [#460](https://github.com/sequelize/cli/pull/460)
9
+- Support for db:migrate:undo:all with `--to`, which allow reverting to a specific version [#459](https://github.com/sequelize/cli/pull/459)
10
+
11
+### Changed
12
+- Updated dependencies
13
14
+### Docs
15
+- FAQ section [#486](https://github.com/sequelize/cli/pull/486)
16
17
## v2.7.0 - 2017-03-25
18
### Added
19
- Named db:migrate:undo [#387](https://github.com/sequelize/cli/pull/387)
0 commit comments