diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e68b398 --- /dev/null +++ b/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 6b940e3..2e338e5 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file diff --git a/maintainers_guide.md b/maintainers_guide.md index f664e54..35d4665 100644 --- a/maintainers_guide.md +++ b/maintainers_guide.md @@ -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: