Skip to content

Commit 6533961

Browse files
Adding changelog entry for version 1.0.8 (#190)
* Adding changelog entry * Updating version * Update merge SHA * Add PR #186 to the changelog * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md Co-authored-by: Ariana Kataoka <aris.kataoka@gmail.com>
1 parent f8db6c2 commit 6533961

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.0.8](https://github.com/Automattic/vip-go-ci/releases/tag/1.0.8) - To be decided
6+
7+
### Added
8+
- [#186](https://github.com/Automattic/vip-go-ci/pull/186): Skip large files functionality (``skip-large-files`` and ``skip-large-files-limit`` options).
9+
- [#189](https://github.com/Automattic/vip-go-ci/pull/189): Function ``vipgoci_options_get_starting_with()``.
10+
- [#195](https://github.com/Automattic/vip-go-ci/pull/195): Add Sunset HTTP header detection
11+
- [#196](https://github.com/Automattic/vip-go-ci/pull/196): Log shutdown message to IRC
12+
- [#199](https://github.com/Automattic/vip-go-ci/pull/199): Special exit status when no implicated PR was found, retry fetching PRs
13+
- [#198](https://github.com/Automattic/vip-go-ci/pull/198): Validate SVG files, added details to message, and formatting changed slightly, add logging
14+
- [#201](https://github.com/Automattic/vip-go-ci/pull/201): Adding missing namespace to SVG unit-test
15+
- [#202](https://github.com/Automattic/vip-go-ci/pull/202): Rename branch "master" to "main" in tools-init.sh
16+
17+
### Fixed
18+
- [#no-issue-number](https://github.com/Automattic/vip-go-ci/commit/a8988c4b932f2f5fdf5873c33c28ae91608bbc44): Github unit test that was failing due to an out-to-date ``merge_commit_sha`` value.
19+
520
## [1.0.7](https://github.com/Automattic/vip-go-ci/releases/tag/1.0.7) - 2021-07-05
621

722
### Fixed

defines.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Version number.
55
*/
66

7-
define( 'VIPGOCI_VERSION', '1.0.7' );
7+
define( 'VIPGOCI_VERSION', '1.0.8' );
88

99
/*
1010
* Define minimum version requirements.

0 commit comments

Comments
 (0)