Skip to content

Commit e045107

Browse files
authored
Create CHANGELOG.md
1 parent 7bac52e commit e045107

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
All notable changes will be documented in this file.
3+
4+
This file applies to the app that is created in Chapter 10 of the book—so the numbered step branches, not `master` ([more info](https://github.com/GraphQLGuide/guide-android#chapter-10-android)).
5+
6+
Releases are done with tags in the form `[step]_[version]`, so for instance step `4` of version `1.0.0` is `4_1.0.0`, located here:
7+
8+
[/GraphQLGuide/guide-android/releases/tag/4_1.0.0](https://github.com/GraphQLGuide/guide-android/releases/tag/4_1.0.0)
9+
10+
<!-- ## [Unreleased]
11+
### Added
12+
### Removed
13+
### Changed
14+
### Fixed -->
15+
16+
## [1.0.0] - 2021-04-06
17+
Released with [`r6`](https://github.com/GraphQLGuide/book/releases/tag/r6)
18+
19+
### Added
20+
- Branches `0-4`, `viewmodel`, and `viewmodel-flow`
21+
22+
```
23+
com.apollographql.apollo 2.2.2
24+
android sdk 29
25+
```

0 commit comments

Comments
 (0)