File tree 4 files changed +8
-3
lines changed
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ 3.5.1] - 2018-05-26
8
+ ### Changed
9
+ - Matomo 3.5.1
10
+
7
11
## [ 3.5.0] - 2018-05-16
8
12
### Added
9
13
- MariaDB ssl
@@ -68,6 +72,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
68
72
## 2.16.2 - 2016-09-24
69
73
Initial release
70
74
75
+ [ 3.5.1 ] : https://github.com/osixia/docker-matomo/compare/v3.5.0...v3.5.1
71
76
[ 3.5.0 ] : https://github.com/osixia/docker-matomo/compare/v3.4.0...v3.5.0
72
77
[ 3.4.0 ] : https://github.com/osixia/docker-matomo/compare/v3.3.0...v3.4.0
73
78
[ 3.3.0 ] : https://github.com/osixia/docker-matomo/compare/v3.2.1...v3.3.0
Original file line number Diff line number Diff line change 1
1
NAME = osixia/matomo
2
- VERSION = 3.5.0
2
+ VERSION = 3.5.1
3
3
4
4
.PHONY : build build-nocache test tag-latest push push-latest release git-tag-version
5
5
Original file line number Diff line number Diff line change 6
6
7
7
[ hub ] : https://hub.docker.com/r/osixia/matomo/
8
8
9
- Latest release: 3.5.0 - Matomo 3.5.0 - [ Changelog] ( CHANGELOG.md ) | [ Docker Hub] ( https://hub.docker.com/r/osixia/matomo/ )
9
+ Latest release: 3.5.1 - Matomo 3.5.1 - [ Changelog] ( CHANGELOG.md ) | [ Docker Hub] ( https://hub.docker.com/r/osixia/matomo/ )
10
10
11
11
** A docker image to run Matomo (formerly Piwik).**
12
12
> [ matomo.org] ( https://matomo.org )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM osixia/web-baseimage:1.1.1
2
2
MAINTAINER Bertrand Gouny <
[email protected] >
3
3
4
4
# Matomo version
5
- ARG MATOMO_VERSION=3.5.0
5
+ ARG MATOMO_VERSION=3.5.1
6
6
7
7
# MariaDB version
8
8
ARG MARIADB_MAJOR=10.2
You can’t perform that action at this time.
0 commit comments