Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
jsilverdev committed Sep 17, 2023
1 parent fdfc5a4 commit acf99a9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ and this project adheres to [Semantic Versioning].

- /

## [1.4.0] - 2023-09-17

### Added

- Now always refresh cloned repos
- Improved performance

### Changed

- Updated dependencies

### Fixed

- Sub-Processes now were killed on cancel or on timeout

## [1.3.0] - 2023-09-13

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,10 +76,10 @@ Before to run this app requires the following

You can download the binaries on the [releases](https://github.com/jsilverdev/config_props_extractor/releases) section.

Or git checkout to a desired tag (for example v1.3.0):
Or git checkout to a desired tag (for example v1.4.0):

```bash
git checkout tags/v1.3.0
git checkout tags/v1.4.0
```

And then run the binary for your platform
Expand Down

0 comments on commit acf99a9

Please sign in to comment.