Skip to content

Commit

Permalink
release v5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jiiq authored and stiartsly committed Mar 23, 2020
1 parent 049f462 commit 6a6501c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
03/23/2019 Li Fenxiang [email protected]

**version 5.5.0**, main changes to previous version:

```markdown
- Correct default port value for IPFS node service.
- Fix cmake typo.
- Update cygwin.
- Allow ela_get_groups() to be called in the whole lifecycle of carrier due to introduction of persistent group.
```

10/22/2019 Li Fenxiang [email protected]

**version 5.4.2**, main changes to previous version:
Expand Down
2 changes: 1 addition & 1 deletion cmake/CarrierDefaults.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ endif()

# Carrier Version Defintions.
set(CARRIER_VERSION_MAJOR "5")
set(CARRIER_VERSION_MINOR "4")
set(CARRIER_VERSION_MINOR "5")
execute_process(
COMMAND git rev-parse master
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
Expand Down

0 comments on commit 6a6501c

Please sign in to comment.