Skip to content

Commit 75b36b5

Browse files
author
Edward Paulet
authored
Merge pull request #141 from rainforestapp/versions/1.6.5
Prepare for version 1.6.5
2 parents 7fc7d42 + 8f4162b commit 75b36b5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Rainforest CLI Changelog
22

3+
## 1.6.5 - 13th June 2016
4+
- Exit with non-zero status code when `validate` fails. (8db1d38be39aa50d2afcdef817f78c654b3108b6,
5+
@DyerSituation)
6+
- Increase the amount of folders fetched from API to 100. (7fc7d426c029d35e73fe45712a79b35fda54ad60,
7+
@DyerSituation)
8+
39
## 1.6.4 - 10th June 2016
410
- Add redirects to non-embedded steps that need them as well. (2a5918d1a448f78016587c1711261e90a7be120f,
511
@epaulet)

lib/rainforest/cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# frozen_string_literal: true
22
module RainforestCli
3-
VERSION = '1.6.4'
3+
VERSION = '1.6.5'
44
end

0 commit comments

Comments
 (0)