Skip to content
This repository was archived by the owner on Jun 25, 2023. It is now read-only.

Commit ec95910

Browse files
committed
cut v1.3.0
1 parent 01b47a0 commit ec95910

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [1.3.0] - 2018-09-19
2+
3+
- Issue [#177](https://github.com/vagrant-landrush/landrush/issues/177) - Allow multiple TLD kind/feature priority/major
4+
- Issue [#329](https://github.com/vagrant-landrush/landrush/issues/329) - Update dev docs component/documentation kind/task priority/major
5+
- Issue [#304](https://github.com/vagrant-landrush/landrush/issues/304) - Concurrency issue when nodes are brought up in parallel kind/bug priority/major
6+
- Issue [#261](https://github.com/vagrant-landrush/landrush/issues/261) - Example shown in README results in error component/documentation kind/bug priority/minor
7+
- Issue [#274](https://github.com/vagrant-landrush/landrush/issues/274) - Host DNS configuration should consider NetworkManager on Fedora kind/bug priority/major resolution/duplicate
8+
- Issue [#71](https://github.com/vagrant-landrush/landrush/issues/71) - Support for docker provider in vagrant 1.6 kind/feature priority/major
9+
- Issue [#324](https://github.com/vagrant-landrush/landrush/issues/324) - Upgrade dev environment component/build kind/task priority/major
10+
- Issue [#297](https://github.com/vagrant-landrush/landrush/issues/297) - Support Arch Linux as host kind/feature
11+
112
## [1.2.0] - 2016-12-07
213

314
- Issue [#298](https://github.com/vagrant-landrush/landrush/issues/298) - Travis CI used wrong Bundler version

lib/landrush/version.rb

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

0 commit comments

Comments
 (0)