Skip to content

Commit 9dc1922

Browse files
author
Edward Paulet
committed
prepare for version 1.4.0 (#96)
1 parent 4ab19fe commit 9dc1922

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
# Rainforest CLI Changelog
22

3+
## 1.4.0
4+
- Support for new `--version` command. (4362c85fe599a02eaa1b772d184be31e692e934e, @epaulet)
5+
- Validate duplicate RFML IDs before uploading. (67f71d053c755eaf92c1bd205931e89e903b88c9, @curtis-rainforestqa)
6+
- Add `folders` commands for a folder ID reference. (4ab19fec0924b4764e140fb3c5aa85f1dbfe4006, @epaulet)
7+
38
## 1.3.1 - 11th April 2016
4-
- Support crowd selection
9+
- Support crowd selection. (03fedacfb7a6e69a174fb3e0e1fd75218fdbbfa9, @ukd1)
510

611
## 1.3.0 - 7th April 2016
712
- Export tests with embedded tests unflattened. (0ed4c62cac8a0d5fbd98f03190d3c18c48ac7119,

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.3.1'
3+
VERSION = '1.4.0'
44
end

0 commit comments

Comments
 (0)