Skip to content

Commit

Permalink
bump new version v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tonicospinelli committed Nov 28, 2016
1 parent 9d40eae commit 955b1da
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Change Log
==========

## [v0.5.0](https://github.com/brazanation/documents/tree/v0.5.0) (2016-11-28)
[Full Changelog](https://github.com/brazanation/documents/compare/v0.4.0...v0.5.0)

**Implemented enhancements:**

- create CTe, NFe, NFCe and MDFe documents [#24](https://github.com/brazanation/documents/pull/24) ([tonicospinelli](https://github.com/tonicospinelli))

**Fixed bugs:**

**Closed issues:**

- create specific SPED documents [\#23](https://github.com/brazanation/documents/issues/23)

**Merged pull requests:**

- create specific SPED documents [#24](https://github.com/brazanation/documents/pull/24)

## [v0.4.0](https://github.com/brazanation/documents/tree/v0.3.0) (2016-09-28)
[Full Changelog](https://github.com/brazanation/documents/compare/v0.3.0...v0.4.0)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Install the library using [composer][1]. Add the following to your `composer.jso
```json
{
"require": {
"brazanation/documents": "0.4.*"
"brazanation/documents": "0.5.*"
}
}
```
Expand All @@ -30,7 +30,7 @@ $ composer.phar install
or

```sh
$ composer require brazanation/documents 0.4.*
$ composer require brazanation/documents 0.5.*
```

### CPF (cadastro de pessoas físicas)
Expand Down

0 comments on commit 955b1da

Please sign in to comment.