Skip to content

Commit d60b221

Browse files
updating CHANGELOG
1 parent 3af4f50 commit d60b221

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#### Improvements
77

88
* [PR #907] - Add option to make admin source links clickable. (@KTruesdellENA @Kamilcuk)
9-
* [PR #909] - Add integration with gobgp so that we can publish anycast addresses.
9+
* [PR #909] - Add integration with gobgp so that we can publish anycast addresses. (@nathanejohnson)
1010

1111
#### Bug Fixes
1212

build/homebrew.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/url
2-
DAurl "https://github.com/fabiolb/fabio/archive/v1.6.2.tar.gz"/sha256
3-
DAsha256 "9edd6ad52f9e2f6df921e173b6e0913bd1fda34693f0ed07f25c3621b1ffaee6":wq
2+
DAurl "https://github.com/fabiolb/fabio/archive/v1.6.3.tar.gz"/sha256
3+
DAsha256 "e85b70a700652b051260b8c49ce63d21d2579517601a91d893a7fa9444635ad3":wq

build/releasenotes.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
$_ = <>;
77
if (/^### \[$ENV{RELEASE}.*?\n\s*(.*?)^### \[v/gms) {
88
print $1;
9-
};
9+
}

0 commit comments

Comments
 (0)