Skip to content

Commit

Permalink
Extract the changelog from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NomadBlacky committed Nov 6, 2019
1 parent 2f3c41a commit 208eeff
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 33 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## Changelog

### 0.4.1

+ Update upickle to 0.8.0 (#51)

### 0.4.0

+ Support Graphs API (#42)
+ `GET /v1/graph/snapshot`

### 0.3.0

+ Support Events API (#29)
+ `POST /v1/events`
+ `GET /v1/events/<EVENT_ID>`
+ `GET /v1/events`

### 0.2.0

+ Support part of Metrics API (#9)
+ `GET /v1/metrics`
+ `POST /v1/series`

### 0.1.0

+ Support Service Checks API (#2)
+ `POST /v1/check_run`

### 0.0.1

+ First Release
33 changes: 0 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,36 +197,3 @@ val url = scaladog.Client().graphs.snapshot(
)
assert(url.toString startsWith "https://p.datadoghq.com/snapshot/view/dd-snapshots-prod/")
```

## Changelog

### 0.4.1

+ Update upickle to 0.8.0 (#51)

### 0.4.0

+ Support Graphs API (#42)
+ `GET /v1/graph/snapshot`

### 0.3.0

+ Support Events API (#29)
+ `POST /v1/events`
+ `GET /v1/events/<EVENT_ID>`
+ `GET /v1/events`

### 0.2.0

+ Support part of Metrics API (#9)
+ `GET /v1/metrics`
+ `POST /v1/series`

### 0.1.0

+ Support Service Checks API (#2)
+ `POST /v1/check_run`

### 0.0.1

+ First Release

0 comments on commit 208eeff

Please sign in to comment.