Skip to content

Commit 11e7136

Browse files
committed
Add initial CHANGELOG
[skip ci] Signed-off-by: Jason Frey <fryguy9@gmail.com>
1 parent c5caf83 commit 11e7136

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Change Log
2+
All notable changes to this project will be documented in this file.
3+
This project adheres to [Semantic Versioning](http://semver.org/).
4+
5+
## [Unreleased]
6+
7+
## [1.0.2] - 2024-12-16
8+
### Added
9+
* Add macos-15 runner [[#9](https://github.com/IBM/actions-ibmcloud-cli/pull/9)]
10+
11+
### Changed
12+
* Refactor run method into functions [[#12](https://github.com/IBM/actions-ibmcloud-cli/pull/12)]
13+
* Update packages to latest [[#13](https://github.com/IBM/actions-ibmcloud-cli/pull/13)]
14+
15+
### Removed
16+
* Remove macos-12 runner [[#9](https://github.com/IBM/actions-ibmcloud-cli/pull/9)]
17+
18+
## [1.0.1] - 2024-09-26
19+
### Fixed
20+
* Fix issue where version format changed in ibmcloud cli [[#8](https://github.com/IBM/actions-ibmcloud-cli/pull/8)]
21+
22+
## [1.0.0] - 2024-06-17
23+
* **BREAKING**: Revamp as a Javascript based GitHub Action [[#2](https://github.com/IBM/actions-ibmcloud-cli/pull/2)], [[#3](https://github.com/IBM/actions-ibmcloud-cli/pull/3)], [[#4](https://github.com/IBM/actions-ibmcloud-cli/pull/4)], [[#5](https://github.com/IBM/actions-ibmcloud-cli/pull/5)], [[#6](https://github.com/IBM/actions-ibmcloud-cli/pull/6)]
24+
25+
[Unreleased]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.0.2...HEAD
26+
[1.0.2]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.0.1...v1.0.2
27+
[1.0.1]: https://github.com/IBM/actions-ibmcloud-cli/compare/v1.0.0...v1.0.1
28+
[1.0.0]: https://github.com/IBM/actions-ibmcloud-cli/compare/v0.0.8...v1.0.0

0 commit comments

Comments
 (0)