diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index f1dedd05..a2db8a94 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,7 +1,7 @@ # Nodes with values to reuse in the pipeline. common_params: plugins: &common_plugins - - &bash_cache automattic/bash-cache#2.8.0 + - &bash_cache automattic/bash-cache#2.9.0 # Common environment values to use with the `env` key. env: &common_env IMAGE_ID: xcode-14 diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0977562c..ace448da 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,3 +2,6 @@ Fixes # To test: +--- + +- [ ] I have considered if this change warrants release notes and have added them to the appropriate section in the `CHANGELOG.md` if necessary. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e1c2cd0..66e44e9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,54 @@ -# Change Log -All notable changes to this project will be documented in this file. -`WPMediaPicker` adheres to [Semantic Versioning](http://semver.org/). +# Changelog + +The format of this document is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and the project follows [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + + +## Unreleased + +### Breaking Changes + +_None._ + +### New Features + +_None._ + +### Bug Fixes + +_None._ + +### Internal Changes + +- Add this changelog file [#396] + +_Versions below this precede the Keep a Changelog-inspired formatting._ --- ## [1.8.5](https://github.com/wordpress-mobile/MediaPicker-iOS/releases/tag/1.8.5) @@ -70,7 +118,7 @@ Released on 2019-04-24. All issues associated with this milestone can be found u Released on 2018-06-21. All issues associated with this milestone can be found using this [filter](https://github.com/wordpress-mobile/MediaPicker-iOS/pulls?utf8=✓&q=is%3Apr%20is%3Aclosed%20milestone%3A1.3). ### Fixed -- Check for nil for empty View Controller. #304 +- Check for nil for empty View Controller. #304 --- ## [1.2](https://github.com/wordpress-mobile/MediaPicker-iOS/releases/tag/1.2) @@ -83,7 +131,7 @@ Released on 2018-06-21. All issues associated with this milestone can be found u --- ## [1.1](https://github.com/wordpress-mobile/MediaPicker-iOS/releases/tag/1.1) Released on 2018-06-21. All issues associated with this milestone can be found using this [filter](https://github.com/wordpress-mobile/MediaPicker-iOS/pulls?utf8=✓&q=is%3Apr%20is%3Aclosed%20milestone%3A1.1). - + ### Added - Added the possibility to configure a badge on the top left of the media cells. Good to display extra info about the media object. #295 #296 #299 - It's now possible to configure the display of the each media on the carrousel view. #300