Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit e5f38e4

Browse files
committed
bumped version file and CHANGELOG
1 parent 7689fab commit e5f38e4

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

55
## [Unreleased]
6-
### Added
6+
7+
## [2.0.0] - 2017-04-05
8+
### Summary
79
- Bundler, Capistrano updates
810
- moved dependencies to development dependencies
911

@@ -14,4 +16,5 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1416
- first public release
1517

1618
[Unreleased]: https://github.com/dkdeploy/dkdeploy-test_environment/compare/master...develop
19+
[2.0.0]: https://github.com/dkdeploy/dkdeploy-test_environment/releases/tag/v2.0.0
1720
[1.0.0]: https://github.com/dkdeploy/dkdeploy-test_environment/releases/tag/v1.0.0

lib/dkdeploy/test_environment/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module TestEnvironment
33
# Class for version number
44
#
55
class Version
6-
MAJOR = 1
6+
MAJOR = 2
77
MINOR = 0
88
PATCH = 0
99

0 commit comments

Comments
 (0)