Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#172)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 24, 2023
1 parent 2230300 commit 283bfb2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [2.0.0](https://github.com/meinestadt/glue-schema-registry/compare/v1.4.2...v2.0.0) (2023-03-24)


### ⚠ BREAKING CHANGES

* migrated from AWS SDK v2 to AWS SDK v3 ([#171](https://github.com/meinestadt/glue-schema-registry/issues/171))

### Features

* migrated from AWS SDK v2 to AWS SDK v3 ([#171](https://github.com/meinestadt/glue-schema-registry/issues/171)) ([2230300](https://github.com/meinestadt/glue-schema-registry/commit/22303002407ee0f7d8bfe18573ae312dd318ed40))

## [1.4.2](https://github.com/meinestadt/glue-schema-registry/compare/v1.4.1...v1.4.2) (2023-02-15)


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": "@meinestadt.de/glue-schema-registry",
"version": "1.4.2",
"version": "2.0.0",
"description": "This is a SerDe library to interact with the AWS Glue Schema Registry. It makes it easy to encode and decode messages with Avro schemas and the AWS' wire format.",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 283bfb2

Please sign in to comment.