-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from nextcloud/fix/revert-appstore-workflow
Revert workflow for app store build and publish
- Loading branch information
Showing
2 changed files
with
35 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,39 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [Unreleased] | ||
|
||
## 2.0.1 – 2024-07-16 | ||
## [2.0.2] - 2024-07-17 | ||
|
||
### Fixed | ||
|
||
* Temporarily revert app store build and publishing workflow | ||
|
||
## [2.0.1] - 2024-07-16 | ||
|
||
### Changed | ||
|
||
* Bumped max-version to Nextcloud v30 | ||
* Modal title text and position | ||
|
||
## 2.0.0 – 2024-03-06 | ||
## [2.0.0] - 2024-03-06 | ||
|
||
### Changed | ||
|
||
* Bumped max-version to Nextcloud v29 | ||
|
||
## 1.0.0 – 2023-11-10 | ||
## [1.0.0] - 2023-11-10 | ||
|
||
### Changed | ||
|
||
* ability to request signature via DocuSign for all PDF files | ||
* Ability to request signature via DocuSign for all PDF files | ||
|
||
[Unreleased]: https://github.com/nextcloud/integration_docusign/compare/v2.0.2...HEAD | ||
[2.0.2]: https://github.com/nextcloud/integration_docusign/compare/v2.0.1...v2.0.2 | ||
[2.0.1]: https://github.com/nextcloud/integration_docusign/compare/v2.0.0...v2.0.1 | ||
[2.0.0]: https://github.com/nextcloud/integration_docusign/compare/v1.0.0...v2.0.0 | ||
[1.0.0]: https://github.com/nextcloud/integration_docusign/releases/tag/v1.0.0 |