Skip to content

Commit 4e9ce1a

Browse files
committed
Prep for 6.1.1
Update RabbitMQ version and CHANGELOG
1 parent 7c9914a commit 4e9ce1a

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## Changes Between 6.1.0 and 6.1.1
2+
3+
A full list of changes can be found in the GitHub milestone: [`6.1.0`](https://github.com/rabbitmq/rabbitmq-dotnet-client/milestone/50?closed=1).
4+
15
## Changes Between 6.0.0 and 6.1.0
26

37
This release continues with improvements to memory use and object allocations.

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "6.1.0.{build}"
1+
version: "6.1.1.{build}"
22

33
platform: Any CPU
44
configuration: Release
@@ -9,7 +9,7 @@ image: Visual Studio 2019
99
cache:
1010
# Note: this must match the $rabbitmq_installer_path and $erlang_installer_path values in
1111
# tools\appveyor\install.ps1
12-
- "%HOMEDRIVE%%HOMEPATH%\\rabbitmq-server-3.8.3.exe"
12+
- "%HOMEDRIVE%%HOMEPATH%\\rabbitmq-server-3.8.5.exe"
1313
- "%HOMEDRIVE%%HOMEPATH%\\otp_win64_23.0.1.exe"
1414

1515
install:

tools/appveyor/install.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ else
2525
Write-Host "[INFO] Installing Erlang to $erlang_install_dir..."
2626
& $erlang_installer_path '/S' "/D=$erlang_install_dir" | Out-Null
2727

28-
$rabbitmq_installer_download_url = 'https://github.com/rabbitmq/rabbitmq-server/releases/download/v3.8.3/rabbitmq-server-3.8.3.exe'
29-
$rabbitmq_installer_path = Join-Path -Path $HOME -ChildPath 'rabbitmq-server-3.8.3.exe'
28+
$rabbitmq_installer_download_url = 'https://github.com/rabbitmq/rabbitmq-server/releases/download/v3.8.3/rabbitmq-server-3.8.5.exe'
29+
$rabbitmq_installer_path = Join-Path -Path $HOME -ChildPath 'rabbitmq-server-3.8.5.exe'
3030

3131
$erlang_reg_path = 'HKLM:\SOFTWARE\Ericsson\Erlang'
3232
if (Test-Path 'HKLM:\SOFTWARE\WOW6432Node\')

0 commit comments

Comments
 (0)