Skip to content

Commit

Permalink
Adapt AsyncAPI version in Solace example
Browse files Browse the repository at this point in the history
Solace Binding Protocol has been included with release 2.3.0 of AsyncAPI,
with:
- asyncapi/spec@88abbe0
- asyncapi/spec#666

Thus, specification example should indicate at least this version.

While here, let's favor last released version 2.4.0, as suggested by @fmvilas

---

Noticed by working on Solace Protocol support on https://bump.sh/asyncapi
  • Loading branch information
Polo2 committed Jun 1, 2022
1 parent 4e2b8a3 commit 7cead60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ channels:
eventType:
schema:
type: string
asyncapi: 2.0.0
asyncapi: 2.4.0
info:
title: HRApp
version: 0.0.1
Expand Down Expand Up @@ -156,7 +156,7 @@ channels:
eventType:
schema:
type: string
asyncapi: 2.0.0
asyncapi: 2.4.0
info:
title: HRApp
version: 0.0.1
Expand Down

0 comments on commit 7cead60

Please sign in to comment.