Skip to content

Commit

Permalink
release v2 create database (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
NRHelmi authored Feb 7, 2023
1 parent f5a7a10 commit 8e411d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Changelog

# v0.9.12-alpha
* Add support to v2 `CreateDatabase`.
# v0.9.11-alpha
* Fix common retry policy to not retry on `HttpError` with 4xx Status Codes, but only on 5xx.
# v0.9.10-alpha
Expand Down
2 changes: 1 addition & 1 deletion RelationalAI/RelationalAI.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.9.11-alpha</Version>
<Version>0.9.12-alpha</Version>
<TargetFramework>netcoreapp3.1</TargetFramework>
<PackageId>RAI</PackageId>
<Authors>RelationalAI</Authors>
Expand Down

0 comments on commit 8e411d4

Please sign in to comment.