Skip to content
This repository was archived by the owner on Nov 9, 2019. It is now read-only.

Commit 8247c9f

Browse files
committed
bump version to 4.2
1 parent 79e4588 commit 8247c9f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ A complete list of our releases with all minor bugfix versions (vX.Y.*) can be f
44
at [github](https://github.com/Runalyze/Runalyze/releases)
55
and in our [blog](https://blog.runalyze.com/releases/).
66

7+
* [v4.2](https://blog.runalyze.com/releases/4-2-0/), [update instructions](https://docs.runalyze.com/en/latest/upgrade/4.x.html#upgrade-from-4-1-to-4-2), 12.08.2017: minor release (trend analysis, climb score, glossary)
78
* [v4.1](https://blog.runalyze.com/releases/4-1-0/), [update instructions](https://docs.runalyze.com/en/latest/upgrade/4.x.html#upgrade-from-4-0-to-4-1), 07.05.2017: minor release (refactored sports configuration, new navigation, retina maps)
89
* [v4.0](https://blog.runalyze.com/releases/4-0-0/), [update instructions](https://docs.runalyze.com/en/latest/upgrade/4.x.html#upgrade-from-3-2-to-4-0), 12.03.2017: minor release (poster tool, Removal of VDOT features)
910
* [v3.2](https://blog.runalyze.com/releases/3-2-0/), [update instructions](https://docs.runalyze.com/en/latest/upgrade/3.x.html#upgrade-from-3-1-to-3-2), 29.01.2017: minor release (ANOVA tool, geohashline, refactoring)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [RUNALYZE v4.2.0-dev](https://blog.runalyze.com)
1+
# [RUNALYZE v4.2.0](https://blog.runalyze.com)
22

33
[![Build Status](https://travis-ci.org/Runalyze/Runalyze.svg?branch=master)](https://travis-ci.org/Runalyze/Runalyze)
44
[![Code Coverage](https://scrutinizer-ci.com/g/Runalyze/Runalyze/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/Runalyze/Runalyze/?branch=master)

app/config/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ framework:
2525
- '%kernel.root_dir%/../inc/locale/'
2626

2727
parameters:
28-
RUNALYZE_VERSION: 4.2.0-dev
28+
RUNALYZE_VERSION: 4.2.0
2929

3030
twig:
3131
globals:
@@ -159,4 +159,4 @@ snc_redis:
159159
default:
160160
type: predis
161161
alias: default
162-
dsn: '%redis.default.dsn%'
162+
dsn: '%redis.default.dsn%'

0 commit comments

Comments
 (0)