Skip to content

Commit

Permalink
Update openapi schema and bump version (#918)
Browse files Browse the repository at this point in the history
  • Loading branch information
tasn authored May 10, 2023
1 parent 8b3b71c commit 423f746
Show file tree
Hide file tree
Showing 22 changed files with 397 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.85.0
0.85.1
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## Next
*

## Version 0.85.1
* Libs: update OpenAPI spec

## Version 0.85.0
* Server: add a missing migration for operational webhooks event types.
* Libs/Ruby: fix the library failing to load due to missing dependency.
Expand Down
2 changes: 1 addition & 1 deletion csharp/Svix/Svix.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net5.0;netstandard2.0</TargetFrameworks>
<PackageId>Svix</PackageId>
<Version>0.85.0</Version>
<Version>0.85.1</Version>
<Authors>Svix</Authors>
<Company>Svix</Company>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand Down
179 changes: 179 additions & 0 deletions go/internal/openapi/api_authentication.go

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

4 changes: 2 additions & 2 deletions go/internal/openapi/model_one_time_token_in.go

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

4 changes: 2 additions & 2 deletions go/internal/openapi/model_one_time_token_out.go

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

2 changes: 1 addition & 1 deletion go/internal/version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Version = "0.85.0"
const Version = "0.85.1"
4 changes: 2 additions & 2 deletions java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.svix</groupId>
<artifactId>svix</artifactId>
<version>0.85.0</version>
<version>0.85.1</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -61,7 +61,7 @@ Add this dependency to your project's POM:
Add this dependency to your project's build file:

```groovy
implementation "com.svix:svix:0.85.0"
implementation "com.svix:svix:0.85.1"
```

# Development
Expand Down
2 changes: 1 addition & 1 deletion java/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.svix
VERSION_NAME=0.85.0
VERSION_NAME=0.85.1

POM_URL=https://github.com/svix/svix-webhooks
POM_SCM_URL[email protected]:svix/svix-webhooks.git
Expand Down
Loading

0 comments on commit 423f746

Please sign in to comment.