Skip to content

Commit

Permalink
Set version to 0.8.2 and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
s-frei committed Nov 6, 2023
1 parent 2349391 commit 36bbd0c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
Changelog
=========

0.8.2 - unreleased
------------------
0.8.2
-----

**Features:**

- Updated dependencies
- First shot of getting YouTubeTrack by URL

**Bugfix:**

Nothing to see here yet...
- Fix YouTube tracks parsing

0.8.1
-----
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Maven dependency available on [Maven Central](https://search.maven.org/artifact/
<dependency>
<groupId>io.sfrei</groupId>
<artifactId>tracksearch</artifactId>
<version>0.8.1</version>
<version>0.8.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.sfrei</groupId>
<artifactId>tracksearch</artifactId>
<version>0.8.2-SNAPSHOT</version>
<version>0.8.2</version>

<packaging>jar</packaging>

Expand Down

0 comments on commit 36bbd0c

Please sign in to comment.