Skip to content

Commit

Permalink
Releasing version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Feb 27, 2023
1 parent 2fa623f commit 089f9b9
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 4 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,36 @@ This file contains a brief summary of new features and dependency changes or
releases, in reverse chronological order.


2.0.0 (2023-02-27)
------------------

Features
^^^^^^^^

* Migrate contract testing to Pact.


Bug Fixes
^^^^^^^^^

* Fixed database seeder to not try to create tables twice.


Improved Documentation
^^^^^^^^^^^^^^^^^^^^^^

* Improved project documentation.


Trivial/Internal Changes
^^^^^^^^^^^^^^^^^^^^^^^^

* Rework Contract Tests workflow.


----


1.8.0 (2023-02-26)
------------------

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "provider-pact-example",
"version": "1.8.0",
"version": "2.0.0",
"private": true,
"description": "Complete Contract Testing solution solution for API, which can used by client applications",
"main": "index.js",
Expand Down
2 changes: 1 addition & 1 deletion provider/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"""

__copyright__ = 'Copyright (C) 2023 Serghei Iakovlev'
__version__ = '1.8.0'
__version__ = '2.0.0'
__license__ = 'MIT'
__author__ = 'Serghei Iakovlev'
__author_email__ = '[email protected]'
Expand Down

0 comments on commit 089f9b9

Please sign in to comment.