Skip to content

Commit 955b1da

Browse files
bump new version v0.5.0
1 parent 9d40eae commit 955b1da

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Change Log
22
==========
33

4+
## [v0.5.0](https://github.com/brazanation/documents/tree/v0.5.0) (2016-11-28)
5+
[Full Changelog](https://github.com/brazanation/documents/compare/v0.4.0...v0.5.0)
6+
7+
**Implemented enhancements:**
8+
9+
- create CTe, NFe, NFCe and MDFe documents [#24](https://github.com/brazanation/documents/pull/24) ([tonicospinelli](https://github.com/tonicospinelli))
10+
11+
**Fixed bugs:**
12+
13+
**Closed issues:**
14+
15+
- create specific SPED documents [\#23](https://github.com/brazanation/documents/issues/23)
16+
17+
**Merged pull requests:**
18+
19+
- create specific SPED documents [#24](https://github.com/brazanation/documents/pull/24)
20+
421
## [v0.4.0](https://github.com/brazanation/documents/tree/v0.3.0) (2016-09-28)
522
[Full Changelog](https://github.com/brazanation/documents/compare/v0.3.0...v0.4.0)
623

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Install the library using [composer][1]. Add the following to your `composer.jso
1616
```json
1717
{
1818
"require": {
19-
"brazanation/documents": "0.4.*"
19+
"brazanation/documents": "0.5.*"
2020
}
2121
}
2222
```
@@ -30,7 +30,7 @@ $ composer.phar install
3030
or
3131

3232
```sh
33-
$ composer require brazanation/documents 0.4.*
33+
$ composer require brazanation/documents 0.5.*
3434
```
3535

3636
### CPF (cadastro de pessoas físicas)

0 commit comments

Comments
 (0)