Skip to content

Commit

Permalink
add changelog (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
arka-g authored Jul 24, 2019
1 parent 2842cf5 commit 357dd39
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
CHANGELOG
=========
## 4.0.2 (2019-07-24)
* Adds support for detecting some queries which are unsupported in vitess.

## 4.0.1 (2019-07-23)
* First public release. Supports HHVM v4.0.4
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,3 +166,9 @@ This library aims to support everything its users use in MySQL, rather than ever
## Contributing

See [Contributing](CONTRIBUTING.md)

## Latest Releases

* v4.0.2

See [Change log](CHANGELOG.md) for more details.
1 change: 0 additions & 1 deletion maintainers_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ To push a new release, follow these steps:

1. Make sure the `master` branch is up to date with all changes and has been tested, and the Travis build is passing.
2. Merge a new commit with the following changes:
- Update the version in `package.json` by following the versioning guide below
- Add a description of all changes since the last release in `CHANGELOG.md`
- Add or update the "Latest releases" section in `README.md` with release highlights
3. Create a new GitHub release:
Expand Down

0 comments on commit 357dd39

Please sign in to comment.