Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 2.0.0 (2020-05-21)

**BREAKING:** With the v2 release of `api`, the focus of this module has shifted to automatic generation of API SDKs off of an OpenAPI definition. Check out the project [readme](https://github.com/readmeio/api/blob/master/README.md) for more details.

* feat: SDK Generation (#28) ([adab436](https://github.com/readmeio/api/commit/adab436)), closes [#28](https://github.com/readmeio/api/issues/28)
* docs: adding a code of conduct and contribution guide ([f023b41](https://github.com/readmeio/api/commit/f023b41))
* chore: pulling over our common pull request template ([609c1ba](https://github.com/readmeio/api/commit/609c1ba))
* chore: relicensing under the MIT license ([5253c44](https://github.com/readmeio/api/commit/5253c44))
* chore: wiping the slate clean for a rewrite (#27) ([a27e006](https://github.com/readmeio/api/commit/a27e006)), closes [#27](https://github.com/readmeio/api/issues/27)
Loading