Skip to content

Commit fab67f0

Browse files
committed
Update CHANGELOG
1 parent b46032e commit fab67f0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
Newest updates are at the top of this file.
33

4+
### Dec 06 2019
5+
* Update to use v4.1.2 of the mq-golang repository
6+
* Collect some channel configuration attributes
7+
* Supported in the Prometheus monitor
8+
49
### Jul 11 2019
510
* Update to use v4.0.8 of the mq-golang repository
611
* Enable use of USAGE queue attribute

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN mkdir -p $GOPATH/src $GOPATH/bin $GOPATH/pkg \
5252
# Location of the downloadable MQ client package \
5353
ENV RDURL="https://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/messaging/mqdev/redist" \
5454
RDTAR="IBM-MQC-Redist-LinuxX64.tar.gz" \
55-
VRMF=9.1.3.0
55+
VRMF=9.1.4.0
5656

5757
# Install the MQ client from the Redistributable package. This also contains the
5858
# header files we need to compile against.

0 commit comments

Comments
 (0)