diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f98827..492b419 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### Release 2.0.0 +* Upgrade Sample App version from 2.0.0-rc.1 to 2.0.0 + ### Release 2.0.0-rc.1 * Upgraded Pyqldb version from 2.0.0 to 3.0.0-rc.1 @@ -13,4 +16,5 @@ ### Release 1.0.0-rc.1 -* Initial preview release of the QLDB Python Sample Application. \ No newline at end of file +* Initial preview release of the QLDB Python Sample Application. + diff --git a/pyqldbsamples/__init__.py b/pyqldbsamples/__init__.py index 25340ee..97f5eda 100644 --- a/pyqldbsamples/__init__.py +++ b/pyqldbsamples/__init__.py @@ -14,4 +14,4 @@ # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -__version__ = '2.0.0-rc.1' +__version__ = '2.0.0'