Skip to content
This repository was archived by the owner on Jul 15, 2021. It is now read-only.

Commit 3e46284

Browse files
committed
Fix CHANGELOG after v0.12.0 release.
1 parent 1f27448 commit 3e46284

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased][unreleased]
55

6-
## [v0.12.0-beta.1] - 2015-09-29
6+
## [v0.12.0] - 2015-09-29
77
### Changed
88
- `all` keys removed in all places as it has no effect on query results
99
- function `args` property now always contains an array. when `DISTINCT` is used in function arguments, then a `distinct: true` property is added to the function node.
@@ -429,8 +429,8 @@ All notable changes to this project will be documented in this file.
429429
### Added
430430
- First working version of sqlite-parser
431431

432-
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.12.0-beta.1...HEAD
433-
[v0.12.0-beta.1]: https://github.com/codeschool/sqlite-parser/compare/v0.10.2...v0.12.0-beta.1
432+
[unreleased]: https://github.com/codeschool/sqlite-parser/compare/v0.12.0...HEAD
433+
[v0.12.0]: https://github.com/codeschool/sqlite-parser/compare/v0.10.2...v0.12.0
434434
[v0.10.2]: https://github.com/codeschool/sqlite-parser/compare/v0.9.8...v0.10.2
435435
[v0.9.8]: https://github.com/codeschool/sqlite-parser/compare/v0.9.1...v0.9.8
436436
[v0.9.1]: https://github.com/codeschool/sqlite-parser/compare/v0.8.0...v0.9.1

0 commit comments

Comments
 (0)