Skip to content

Commit 31c701c

Browse files
committed
Release 2.0.0.pre.3
1 parent ce375ff commit 31c701c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
## [2.0.0.pre.3]
89
## [2.0.0.pre.2]
910
## [2.0.0.pre1]
1011
### Added
@@ -41,6 +42,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4142
### Changed
4243
- Silence ActionDispatch::DebugExceptions' logger
4344

45+
[2.0.0.pre.3]: https://github.com/FundingCircle/loga/compare/v2.0.0.pre.2...v2.0.0.pre.3
4446
[2.0.0.pre.2]: https://github.com/FundingCircle/loga/compare/v2.0.0.pre1...v2.0.0.pre.2
4547
[2.0.0.pre1]: https://github.com/FundingCircle/loga/compare/v1.4.0...v2.0.0.pre1
4648
[1.4.0]: https://github.com/FundingCircle/loga/compare/v1.3.0...v1.4.0

lib/loga/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Loga
2-
VERSION = '2.0.0.pre.2'.freeze
2+
VERSION = '2.0.0.pre.3'.freeze
33
end

0 commit comments

Comments
 (0)