Skip to content

Commit

Permalink
Added CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
onikx committed Mar 13, 2020
1 parent f785236 commit e9eada3
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Changelog

## 0.1.3 (13/03/2020)

#### Enhancements:

- Added CHANGELOG.md.

---

## 0.1.2 (06/03/2020)

#### Enhancements:

- Changed GroupId.

---

## 0.1.0 (29/02/2020)

#### Enhancements:

- Changed nextPage method signature. Updated dependencies version.

---

## 0.0.1 (10/02/2020)

#### Enhancements:

- Android TextView with text pagination.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {
bintrayName = 'pagedtextview'
artifact = 'pagedtextview'
libraryName = 'PagedTextView'
libraryVersion = '0.1.2'
libraryVersion = '0.1.3'
libraryGroupId = 'com.github.onikx'
libraryDescription = 'Android TextView with pagination'
siteUrl = 'https://github.com/onikx/PagedTextView'
Expand Down

0 comments on commit e9eada3

Please sign in to comment.