Skip to content

Commit 07e648f

Browse files
authored
Create CHANGELOG.md
1 parent 5c8a0a2 commit 07e648f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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 8 of the book—so the numbered step branches, not `master`.
5+
6+
Releases are done with tags in the form `[step]_[version]`, so for instance step `3` of version `1.0.0` is `3_1.0.0`, located here:
7+
8+
[/GraphQLGuide/guide-android/releases/tag/3_1.0.0](https://github.com/GraphQLGuide/guide-android/releases/tag/3_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-3`
21+
22+
```
23+
@apollo/client 3.2.1
24+
expo 39.0.2
25+
react 16.13.1
26+
```

0 commit comments

Comments
 (0)