Skip to content

Commit

Permalink
Bump version 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
purrgrammer committed Sep 16, 2019
1 parent 5004291 commit 1502f31
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 09/16/2019 - Version 1.2.0

Release changes:

* Update cats-effect dependency to 2.0.0 (thanks to @paulpdaniels)
* Renew docs site https://47deg.github.io/fetch/

## 06/04/2019 - Version 1.1.0

Release changes:
Expand Down
6 changes: 3 additions & 3 deletions docs/src/main/tut/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ To begin, add the following dependency to your SBT build file:
[comment]: # (Start Replace)

```scala
"com.47deg" %% "fetch" % "1.1.0"
"com.47deg" %% "fetch" % "1.2.0"
```

Or, if using Scala.js:

```scala
"com.47deg" %%% "fetch" % "1.1.0"
"com.47deg" %%% "fetch" % "1.2.0"
```

[comment]: # (End Replace)
Expand Down Expand Up @@ -867,7 +867,7 @@ a fetch execution given an execution log.
Add the following line to your dependencies for including Fetch's debugging facilities:

```scala
"com.47deg" %% "fetch-debug" % "1.1.0"
"com.47deg" %% "fetch-debug" % "1.2.0"
```

## Fetch execution
Expand Down
4 changes: 2 additions & 2 deletions tut/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ For Scala 2.11.x and 2.12.x:
[comment]: # (Start Replace)

```scala
"com.47deg" %% "fetch" % "1.1.0"
"com.47deg" %% "fetch" % "1.2.0"
```

Or, if using Scala.js (0.6.x):

```scala
"com.47deg" %%% "fetch" % "1.1.0"
"com.47deg" %%% "fetch" % "1.2.0"
```

[comment]: # (End Replace)
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "1.1.1-SNAPSHOT"
version in ThisBuild := "1.2.0"

0 comments on commit 1502f31

Please sign in to comment.