Skip to content

Commit

Permalink
feat: update amqp binding version
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback committed Oct 28, 2024
1 parent 3b37c0a commit f3a5c7b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions amqp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This document defines how to describe AMQP-specific information on AsyncAPI.

## Version

Current version is `0.3.0`.
Current version is `0.4.0`.


<a name="server"></a>
Expand Down Expand Up @@ -65,7 +65,7 @@ channels:
durable: true
autoDelete: false
vhost: /
bindingVersion: 0.3.0
bindingVersion: 0.4.0
```
```yaml
Expand All @@ -81,7 +81,7 @@ channels:
exclusive: true
autoDelete: false
vhost: /
bindingVersion: 0.3.0
bindingVersion: 0.4.0
```
<a name="operation"></a>
Expand Down Expand Up @@ -125,7 +125,7 @@ operations:
bcc: ['external.audit']
timestamp: true
ack: false
bindingVersion: 0.3.0
bindingVersion: 0.4.0
```


Expand Down Expand Up @@ -154,5 +154,5 @@ channels:
amqp:
contentEncoding: gzip
messageType: 'user.signup'
bindingVersion: 0.3.0
bindingVersion: 0.4.0
```

0 comments on commit f3a5c7b

Please sign in to comment.