Skip to content

Commit

Permalink
Prepare release 1.1.0 (#788)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
pylapp authored Mar 8, 2024
1 parent ec6fb1c commit 23f1882
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/Orange-OpenSource/ods-ios/compare/1.0.0...qualif)
## [1.1.0](https://github.com/Orange-OpenSource/ods-ios/compare/1.0.0...1.1.0) - 2024-03-08

### Changed

- [DemoApp] Add accessibility statement in online resources and point to it from app ([#786](https://github.com/Orange-OpenSource/ods-ios/issues/786))
- [DemoApp/SDK] Small fixes in the release documentation
- [DemoApp] Add accessibility statement in online resources and point to it from app ([#786](https://github.com/Orange-OpenSource/ods-ios/issues/786))

## [1.0.0](https://github.com/Orange-OpenSource/ods-ios/compare/0.17.0...1.0.0) - 2024-03-06

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
[
{
"version": "1.1.0",
"date": "2024-03-08",
"news": "Redirect user from accessibility statement view to online HTML version"
},
{
"version": "1.0.0",
"date": "2024-03-06",
Expand Down
2 changes: 1 addition & 1 deletion docs/home_content.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Once you have your Swift package set up, adding ODS as a dependency is as easy a

```swift
dependencies: [
.package(url: "https://github.com/Orange-OpenSource/ods-ios.git", .upToNextMajor(from: "1.0.0"))
.package(url: "https://github.com/Orange-OpenSource/ods-ios.git", .upToNextMajor(from: "1.1.0"))
]
```

1 change: 1 addition & 0 deletions docs_release/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ This file lists all the steps to follow when releasing a new version of ODS iOS.
```
- Ensure the marketing version defined in Xcode is updated with the new X.Y.Z
- Update the version precised in *home_content* file
- Commit your modifications
- Push them to the repository
Expand Down

0 comments on commit 23f1882

Please sign in to comment.