Skip to content

Commit

Permalink
bumping release version to v0.9.15-alpha (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
antikus authored Aug 22, 2023
1 parent 68df1f2 commit d247b96
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,5 +1,8 @@
# Changelog

# v0.9.15-alpha
* Increased the auth token expiration buffer from 5s to 60s.

# v0.9.14-alpha
* Fix failing tests with `engine already exists`.
* Add `EngineProvisionTimeoutException` thrown from `CreateEngineWaitAsync` when requested engine timeout to provision.
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.14-alpha</Version>
<Version>0.9.15-alpha</Version>
<TargetFramework>netcoreapp3.1</TargetFramework>
<PackageId>RAI</PackageId>
<Authors>RelationalAI</Authors>
Expand Down

0 comments on commit d247b96

Please sign in to comment.