Skip to content

Commit 9284802

Browse files
committed
adds changelog
1 parent 977a4b1 commit 9284802

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [1.1.0] - 2020-08-19
11+
12+
### Added
13+
14+
- `project_id` optional field to `order` creation
15+
- `metadata` optional field to `order` creation
16+
- `project_id` optional field to `estimate` creation
17+
- changelog file
18+
19+
## [1.0.0] - 2020-07-05
20+
21+
### Added
22+
23+
- This is the first official release of Patch's Ruby Gem.
24+
25+
## [1.0.0.pre] - 2020-07-02
26+
27+
### Added
28+
29+
- Pre-release of v1 Gem
30+
- Adds support for Orders, Estimates, Projects and Preferences
31+

0 commit comments

Comments
 (0)