Skip to content

Commit

Permalink
Merge pull request #284 from superfaceai/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
Jakub-Vacek authored Aug 15, 2022
2 parents 0930f6a + 1b0e60a commit c577455
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.0] - 2022-08-15
### Added
- Pass `cache` flag to SuperfaceClient constructor
- Pass `debug` flag to SuperfaceClient constructor
Expand Down Expand Up @@ -339,7 +341,8 @@ This is a recovery release after introduction of compatibility-breaking changes
- Profile parameter validator
- CI/CD workflows

[Unreleased]: https://github.com/superfaceai/one-sdk-js/compare/v1.5.2...HEAD
[Unreleased]: https://github.com/superfaceai/one-sdk-js/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/superfaceai/one-sdk-js/compare/v1.5.2...v2.0.0
[1.5.2]: https://github.com/superfaceai/one-sdk-js/compare/v1.5.1...v1.5.2
[1.5.1]: https://github.com/superfaceai/one-sdk-js/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/superfaceai/one-sdk-js/compare/v1.4.1...v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superfaceai/one-sdk",
"version": "2.0.0-rc.1",
"version": "2.0.0",
"description": "OneSDK is a universal API client which provides an unparalleled developer experience for every HTTP API",
"license": "MIT",
"author": "Superface Team <[email protected]>",
Expand Down

0 comments on commit c577455

Please sign in to comment.