Skip to content
This repository was archived by the owner on Dec 8, 2020. It is now read-only.

Commit c1fa671

Browse files
committed
Prepare 2.5.0 release
1 parent de5508d commit c1fa671

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [2.5.0] - 2017-10-27
11+
1012
### Changed
1113

1214
- Remove social promotions during the installation process
@@ -95,7 +97,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
9597
instead of applying back pressure.
9698

9799

98-
[Unreleased]: https://github.com/timberio/timber-ruby/compare/v2.4.0...HEAD
100+
[Unreleased]: https://github.com/timberio/timber-ruby/compare/v2.5.0...HEAD
101+
[2.5.0]: https://github.com/timberio/timber-ruby/compare/v2.4.0...v2.5.0
99102
[2.4.0]: https://github.com/timberio/timber-ruby/compare/v2.3.4...v2.4.0
100103
[2.3.4]: https://github.com/timberio/timber-ruby/compare/v2.3.3...v2.3.4
101104
[2.3.3]: https://github.com/timberio/timber-ruby/compare/v2.3.2...v2.3.3

lib/timber/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Timber
2-
VERSION = "2.4.0"
2+
VERSION = "2.5.0"
33
end

0 commit comments

Comments
 (0)