diff --git a/.ci/ci_release.yml b/.ci/ci_release.yml
index 6aee46f35..8f1a739df 100644
--- a/.ci/ci_release.yml
+++ b/.ci/ci_release.yml
@@ -244,7 +244,7 @@ stages:
BuildDropPath: $(signOutPath)
Build_Repository_Uri: 'https://github.com/powershell/powershellget'
PackageName: 'PowerShellGet'
- PackageVersion: '3.0.13'
+ PackageVersion: '3.0.14'
- pwsh: |
$modulePath = Join-Path -Path $env:AGENT_TEMPDIRECTORY -ChildPath 'TempModules'
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 971f48232..99ff88819 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# CHANGELOG
+## 3.0.14-beta14
+
+### Bug Fixes
+- Bug fix for repository store (#661)
+
## 3.0.13-beta
### New Features
diff --git a/src/PowerShellGet.psd1 b/src/PowerShellGet.psd1
index 5e016df9f..b1ada654d 100644
--- a/src/PowerShellGet.psd1
+++ b/src/PowerShellGet.psd1
@@ -3,7 +3,7 @@
@{
RootModule = './netstandard2.0/PowerShellGet.dll'
- ModuleVersion = '3.0.13'
+ ModuleVersion = '3.0.14'
GUID = '1d73a601-4a6c-43c5-ba3f-619b18bbb404'
Author = 'Microsoft Corporation'
CompanyName = 'Microsoft Corporation'
@@ -40,6 +40,11 @@
ProjectUri = 'https://go.microsoft.com/fwlink/?LinkId=828955'
LicenseUri = 'https://go.microsoft.com/fwlink/?LinkId=829061'
ReleaseNotes = @'
+## 3.0.14-beta14
+
+### Bug Fixes
+- Bug fix for repository store (#661)
+
## 3.0.13-beta
### New Features
diff --git a/src/code/PowerShellGet.csproj b/src/code/PowerShellGet.csproj
index 83ff3a8f3..6d580abac 100644
--- a/src/code/PowerShellGet.csproj
+++ b/src/code/PowerShellGet.csproj
@@ -5,9 +5,9 @@
Library
PowerShellGet
PowerShellGet
- 3.0.13.0
- 3.0.13
- 3.0.13
+ 3.0.14.0
+ 3.0.14
+ 3.0.14
netstandard2.0
8.0