Skip to content

Commit

Permalink
Update changelog for 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Egorand committed Jan 20, 2020
1 parent 2063666 commit 4462270
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Change Log
==========

JavaPoet 1.12.1 *(2020-01-20)*
-----------------------------

* Fix: Ignore parameter annotations in `MethodSpec.overriding()`.


JavaPoet 1.12.0 *(2020-01-09)*
-----------------------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -892,12 +892,12 @@ Download [the latest .jar][dl] or depend via Maven:
<dependency>
<groupId>com.squareup</groupId>
<artifactId>javapoet</artifactId>
<version>1.12.0</version>
<version>1.12.1</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.squareup:javapoet:1.12.0'
compile 'com.squareup:javapoet:1.12.1'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand Down

0 comments on commit 4462270

Please sign in to comment.